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

  1. Fork it ( https://github.com/x0nic/spotify-music-importer/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