Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.25 KB

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