-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sarvesh4396
committed
Aug 5, 2022
1 parent
62e2ca1
commit 46d015a
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Youtube Playlist Length Calculator | ||
|
||
This is a simple web-app that calculates the length of a YouTube playlist. | ||
|
||
It also shows the length of a playlist at increased speeds of 1.25x, 1.50x, 1.75x and 2x. | ||
|
||
It is built with [FastApi](https://fastapi.tiangolo.com/) and deployed on [Vercel](https://vercel.com/) | ||
|
||
## Setup | ||
|
||
1. Clone the repository | ||
2. Make a virtualenv | ||
|
||
```sh | ||
virtualenv 3.8.5 | ||
``` | ||
|
||
3. Install requirements | ||
|
||
```sh | ||
pip install -r requirements.txt | ||
``` | ||
|
||
4. make .env file | ||
|
||
5. Get your [Youtube Api Key](https://developers.google.com/youtube/v3/getting-started) and add it in `.env` | ||
|
||
```env | ||
KEY=your-api-key | ||
``` | ||
|
||
6. Run it | ||
|
||
```sh | ||
python app.py | ||
``` | ||
|
||
7. It's done. |
46d015a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
youtube-playlist-length – ./
yt-playlist-len.vercel.app
youtube-playlist-length-git-master-sarvesh4396.vercel.app
youtube-playlist-length-sarvesh4396.vercel.app