An open API service indexing awesome lists of open source software.

https://github.com/excerebrose/spotifyimporter

Simple python script to create a new spotify playlist and add tracks to it from a CSV
https://github.com/excerebrose/spotifyimporter

csv python-script spotify-playlist

Last synced: 6 months ago
JSON representation

Simple python script to create a new spotify playlist and add tracks to it from a CSV

Awesome Lists containing this project

README

          

# spotifyImporter
Simple python script to create a new spotify playlist and add tracks to it from a CSV

- Create a virtualenv to get all required packages.
- Sign-up on http://developer.spotify.com
- Register a new application
- Replace the client_id and client_secret from the one one your application's page.
- You can change the callback url but then you have to modify the redirectServer.py accordingly!
- Have the csv file in the format: song name, artist name, album name(optional)
- Run the app with your username and follow on terminal instructions.