Skip to content

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

License

Notifications You must be signed in to change notification settings

excerebrose/spotifyImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages