Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvesh4396 committed Aug 5, 2022
1 parent 62e2ca1 commit 46d015a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
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.

1 comment on commit 46d015a

@vercel
Copy link

@vercel vercel bot commented on 46d015a Aug 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.