Download your Spotify playlists information! This application utilizes Spotipy (an unofficial Spotify API wrapper for Python).
- Visit developer.spotify.com and register your application.
- Copy
example-config.jsontoconfig.jsonand enter your client id, client secret, and redirect uri (this is arbitrary, I use http://localhost/callback) - Find your username by navigating to your profile and clicking 'Copy Spotify URL', then enter it into
config.json.
Then just launch to download playlist metadata!
python backup.py