SpotHub
Collaborate on Spotify playlists using Pull Requests
๐ง โบ๏ธ
How does this even work?
Using GitHub Actions of course!
On every push
to the master
branch, the Action will:
- Grab a fresh access token from Spotify, using the
SPOTIFY_AUTH
andSPOTIFY_REFRESH_TOKEN
secrets. - Generate a JSON payload, from
playlist.csv
. - Update a playlist on Spotify, specified by the
playlist_id
environment variable.
What do I do?
- Update
playlist.csv
git commit
git push
- Enjoy your updated Spotify playlist
Why was this built?
So we can collaborate on playlists the right way
Also, because I
Sign up for the GitHub Actions beta here