Skip to content

This is a Python-Django web application to calculate a YouTube playlist's total playtime.

Notifications You must be signed in to change notification settings

raghavxk/YT-Playlist-Len

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YT-Playlist-Len

This is a Python-Django web application to calculate a YouTube playlist's total playtime.

How to setup the project?

  • Clone the repository.
  • Create a virtual environment by running python -m venv venv and activate it.
  • Run pip install -r requirement.txt .
  • Generate and enter your secret key in config/settings.py or create it in a .env file and export the value.
  • Run python manage.py runserver.
  • Voila! You are good to go.

About

This is a Python-Django web application to calculate a YouTube playlist's total playtime.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published