Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 625 Bytes

Spotify Cleanup

What is it?

Spotify Cleanup allows you to easily fix your Spotify playlists by de-duping songs and replacing dead tracks.

To run:

  • 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
    

Collaborating:

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.