Skip to content

Migrate an iTunes playlist to Spotify

Notifications You must be signed in to change notification settings

tgauweiler/itunes2spotify

 
 

Repository files navigation

itunes2spotify

Migrate an iTunes playlist to Spotify.

  1. Create a new Spotify Application.
  2. Create a callback url for it (doesn't have to be really callable. I used https://localhost/callback).
  3. Get the client id and client secret for it.
  4. Set the environment variables:
export SPOTIPY_CLIENT_ID='xxxxx'
export SPOTIPY_CLIENT_SECRET='xxxxx'
export SPOTIPY_REDIRECT_URI='http://localhost/callback'
  1. Install
pip install -r requirements.txt
python itunes2spotify.py username playlist.xml

Tested with python 3.7.

About

Migrate an iTunes playlist to Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%