Real Release Radar Spotify's playlist
Creates and updates, every friday, a Release Radar playlist on Spotify with all your new weekly tracks.
- Go to https://developer.spotify.com/my-applications/
- Create an app
- Get the client id and the client secret
- 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
MIT © Yoann Boyer