Skip to content

yboyer/realreleaseradar

Repository files navigation

Real Release Radar Spotify's playlist

Creates and updates, every friday, a Release Radar playlist on Spotify with all your new weekly tracks.

Usage

Setup

  1. Go to https://developer.spotify.com/my-applications/
  2. Create an app
  3. Get the client id and the client secret
  4. Set your redirect url (https://your.base.url/callback -> the /callback is important)
docker run --name releaseradar \
  -e CLIENT_ID=$CLIENT_ID \
  -e CLIENT_SECRET=$CLIENT_SECRET \
  -e REDIRECT_URI=$REDIRECT_URI \
  -v $PWD/releaseradar_data/:/src/users/dbs \
  -p 3000:3000 \
  yboyer/rrr

License

MIT © Yoann Boyer