/spotify-backup

Back up your spotify playlists

Primary LanguagePython

spotify-backup

Download your Spotify playlists information! This application utilizes Spotipy (an unofficial Spotify API wrapper for Python).

Using spotify-backup

  1. Visit developer.spotify.com and register your application.
  2. Copy example-config.json to config.json and enter your client id, client secret, and redirect uri (this is arbitrary, I use http://localhost/callback)
  3. 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