Warning
Spotify removed the ability to get recommendations. This means that the app is currently not working as intended. This is the Spotify-thread about the issue.
Play Hitster with your own Spotify account based on your liked songs or a playlist. Play alone or with friends.
This is still a work in progress. More features will (probably) be added. The UI is also (clearly) a work in progress.
- Create an "app" for your spotify account: https://developer.spotify.com/dashboard
- Choose a name and a description as you see fit
- Redirect URIs is supposed to be
http://localhost:8080
- APIs used are:
Web API
andWeb Playback SDK
- Create a
.env
-file (copy/rename.env.sample
) - Fill in your credentials in the
env
-file
- Install uv
- Install dependencies:
uv sync
- Start app:
python src\main.py