spotr will delete all tracks from the Spotify playlist you provide it. This is so you don't get duplicate urls. Ensure you are ok with this before proceeding!
- Rename
example-cred.py
tocred.py
- Create a Spotify API application here
- Get it's Client ID and Client Secret, fill accordingly in
cred.py
- In your API application, click Edit Settings and add
http://localhost
as a Redirect URI - Fill your username from here
- Update
playlist
to the name of your desired Spotify playlist - Update
filename
to the file name you want to save track URLs to
Run with python3
and follow instructions to authenticate your account once
Just run with python3
Spotr should print any errors. If a track is not being removed from your Spotify playlist, check the logs.