Skip to content

Script that queues random albums to your spotify queue

Notifications You must be signed in to change notification settings

StefanMich/SpotifyRandomAlbum

Repository files navigation

Spotify Random Album

Script that queues random albums to your spotify queue. Supports queueing random albums from your followed artists, or from a specified playlist.

Setup

  • Go to https://developer.spotify.com/dashboard/applications and create an app.
  • Go to 'Edit Settings' and add a redirect URI. It does not have to be a working URI, but you need to specify the same in the environment variable (next step). Example 'http://127.0.0.1:8001 '
  • Copy .env.template to a .env file and set the values as follows:
    • SPOTIPY_CLIENT_ID - the client id from your spotify app
    • SPOTIPY_CLIENT_SECRET - the client secret from your spotify app
    • SPOTIPY_REDIRECT_URI - the redirect uri used in the previous step

Usage

Start the app with docker compose, specifying what frontend you want, web or terminal

docker compose up <mode>

About

Script that queues random albums to your spotify queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •