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 and deployed on Vercel
-
Clone the repository
-
Make a virtualenv
virtualenv 3.8.5
-
Install requirements
pip install -r requirements.txt
-
make .env file
-
Get your Youtube Api Key and add it in
.env
KEY=your-api-key
-
Run it
python app.py
-
It's done.