Skip to content

sarvesh4396/youtube-playlist-length

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and deployed on Vercel

Setup

  1. Clone the repository

  2. Make a virtualenv

    virtualenv 3.8.5
  3. Install requirements

    pip install -r requirements.txt
  4. make .env file

  5. Get your Youtube Api Key and add it in .env

    KEY=your-api-key
  6. Run it

    python app.py
  7. It's done.