spotify-playlist-from-csv icon indicating copy to clipboard operation
spotify-playlist-from-csv copied to clipboard

Create playlists in Spotify using Python, libspotify, and pyspotify.

About

Creates a playlist in Spotify from a list of Artist,Songs in CSV format. Read the article I wrote about this tool here.

Author

Created by Matt Borgerson on 12/12/2013

Requirements

  • Spotify Premium subscription
  • libspotify (https://developer.spotify.com/technologies/libspotify/)
  • pyspotify 2.x (https://github.com/mopidy/pyspotify)

Notes

  • Place spotify_appkey.key in the same directory as this file

Tested On

Tested on Mac OS X 10.9 Mavericks with Python 2.7.5. This should work on other platforms, however.

License

This project is licensed under GPL v3.