Realreleaseradar
Creates and updates a Release Radar playlist on Spotify with all your new weekly tracks.
Install / Use
/learn @yboyer/RealreleaseradarREADME
<p align="center">
<img height="350" src="https://raw.githubusercontent.com/yboyer/realreleaseradar/master/.github/large.jpg">
<p align="center"><i>Real Release Radar</i> Spotify's playlist</p>
</p>
Creates and updates, every friday, a Release Radar playlist on Spotify with all your new weekly tracks.
Usage
Setup
- 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
/callbackis 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 \
ghcr.io/yboyer/realreleaseradar
<p align="center">
<img width="800" src="https://raw.githubusercontent.com/yboyer/realreleaseradar/master/.github/screen.png">
</p>
License
MIT © Yoann Boyer
