bbcr1-spotify

Version, currently master branch1 version
  • master branchlatestOct 22, 2017

github.com/denysvitali/bbcr1-spotify

Dynamically creates a playlist on Spotify with BBC R1 songs

7 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  bbcr1-spotify:
    github: denysvitali/bbcr1-spotify
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.20.5
License
MIT
Author
Denys Vitali <denys.vitali@coelis.ch>
Target
  • bbcr1-spotify from src/bbcr1-spotify.cr

Dependencies

Runtime Dependencies

  • spotify*github: marceloboeira/spotify.cr

README

# bbcr1-spotify

Crystal app that adds every played song from BBC R1 to a Spotify playlist

## Demo

You can see an automatically generated playlist [here](https://open.spotify.com/user/1194450862/playlist/4k6Nz68UEaUPjTW3Ffh8qj) and
you can follow it if you want

## Usage

Warning: the project is still in development!

1. [Create a new application](https://developer.spotify.com/my-applications/) on Spotify.com
2. Put your client_id and client_secret in /credentials.yml
3. Run `crystal run src/BBCR1_Spotify.cr`
4. Follow on screen instructions (you have to follow a link, accept the authorization and you're good to go!)
5. 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.

## Development

TODO: Write development instructions here

## Contributing

1. Fork it ( https://github.com/denysvitali/bbcr1-spotify/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [denysvitali](https://github.com/denysvitali) Denys Vitali - creator, maintainer