Spotify Cleanup allows you to easily fix your Spotify playlists by de-duping songs and replacing dead tracks.
-
Setup a new python virtual env for the project:
virtualenv env source env/bin/activate pip install -r requirements.txt
-
Export the settings:
cd src/ export FLASK_APP=app.py
-
Run the app:
python -m flask run
Feel free to raise a new issue for any new feature or bug you've spotted. Pull requests are also welcomed if you're interested in directly improving the project.