Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 703 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 703 Bytes

playlistic

A YouTube playlist management & organization tool.

⚠️ This project is still in development and is expected to be finished in 6-8 weeks ⚠️

Written in Flask.

🔧 Development Setup

  1. Clone the repository
git clone https://github.com/Aukovien/playlistic.git
  1. Create a virtual environment and activate
python -m venv venv
source venv/bin/activate
  1. Install required packages
pip install -r requirements.txt
  1. Create client_secrets.json file with your authorization credentials following this guide: https://developers.google.com/youtube/v3/guides/auth/installed-apps

▶️ Running the app

While in venv:

flask run