A set of python scripts to manage spotify
Find a file
2024-04-29 16:12:49 +02:00
.env.example initial commit 2024-04-29 16:12:49 +02:00
.gitignore Update ignore file 2024-04-29 16:11:31 +02:00
LICENSE Initial commit 2024-04-29 15:46:00 +02:00
README.md initial commit 2024-04-29 16:12:49 +02:00
requirements.txt initial commit 2024-04-29 16:12:49 +02:00

Setup

  1. Create a venv and install requirements
pip3 install -r requirements.txt
  1. Create a .env file with the following variables :
SPOTIPY_CLIENT_ID = <client_id>
SPOTIPY_CLIENT_SECRET = <secret>
SPOTIPY_REDIRECT_URI = "http://your/callback"