Spotify Music Importer
If you want to import your library of music into spotify, this will help. It uses CSV right now, as most library exports are in that format.
Installation
$ gem install spotify-music-importer
Usage
bundle exec spotify-music-importer import -f CSV_FILE -t SPOTIFY_ACCESS_TOKEN
Contributing
- Fork it ( https://github.com/x0nic/spotify-music-importer/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