A set of python scripts to manage spotify
| .env.example | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
Setup
- Create a venv and install requirements
pip3 install -r requirements.txt
- Create a .env file with the following variables :
SPOTIPY_CLIENT_ID = <client_id>
SPOTIPY_CLIENT_SECRET = <secret>
SPOTIPY_REDIRECT_URI = "http://your/callback"