A YouTube playlist management & organization tool.
Written in Flask.
- Clone the repository
git clone https://github.com/Aukovien/playlistic.git
- Create a virtual environment and activate
python -m venv venv
source venv/bin/activate
- Install required packages
pip install -r requirements.txt
- Create
client_secrets.json
file with your authorization credentials following this guide: https://developers.google.com/youtube/v3/guides/auth/installed-apps
While in venv:
flask run