Toolify is a web application written in Python, using the Flask web framework and the Spotify API wrapper library, Spotipy.
With Toolify, you can manage your playlists with several features that you can't get from the official Spotify client.
- Install dependencies:
task install- Copy .env-sample to .env and fill it with the required environment variables.
- Now, you can launch the application by executing:
task start- Finally, you can stop the application by executing:
task stop💡 All available commands can be list executing
task
You can launch the test suite by executing:
task test