Crystal app that adds every played song from BBC R1 to a Spotify playlist
You can see an automatically generated playlist here and you can follow it if you want
Warning: the project is still in development!
- Create a new application on Spotify.com
- Put your client_id and client_secret in /credentials.yml
- Run
crystal run src/BBCR1_Spotify.cr
- Follow on screen instructions (you have to follow a link, accept the authorization and you're good to go!)
- Every song that is found will be put in a playlist named "BBCR1 Songs", you can rename the playlist any time, make it public or private directly from Spotify. This won't affect the normal behavior of this application.
TODO: Write development instructions here
- Fork it ( https://github.com/denysvitali/bbcr1-spotify/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- denysvitali Denys Vitali - creator, maintainer