Skip to content

Play a round of Hitster with your own Spotify recommendations

Notifications You must be signed in to change notification settings

HansBambel/my-own-spotify-hitster

Repository files navigation

My Own Spotify Hitster (or MOSH)

Interface

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 necessary credentials

  1. Create an "app" for your spotify account: https://developer.spotify.com/dashboard
    1. Choose a name and a description as you see fit
    2. Redirect URIs is supposed to be http://localhost:8080
    3. APIs used are: Web API and Web Playback SDK
  2. Create a .env-file (copy/rename .env.sample)
  3. Fill in your credentials in the env-file

Run the app

  1. Install uv
  2. Install dependencies:
uv sync
  1. Start app:
python src\main.py

About

Play a round of Hitster with your own Spotify recommendations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published