raghavxk / YT-Playlist-Len

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

Home Page:https://youtube-pl-len.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://youtube-pl-len.herokuapp.com/


Languages

Language:Python 62.9%Language:HTML 37.1%