A simple script for managing your Spotify library
- Python 3.7+
- spotipy
- pip3 install spotipy
- Check out the repository
- In the Spotify Developer dashboard, create a new application
- In the application settings, add a Redirect URI. This URI will be used to log in and grant access to the script
- It is recommended to use "http://localhost:8888/callback"
- Add your CLIENT_ID, CLIENT_SECRET, and REDIRECT_URI to the config.ini file
- run the application
- python dewey.py config.ini