A Python package to migrate playlists between Spotify and YouTube Music. Version 2.0.0 supports OAuth authentication and bidirectional migration. Release cadence is irregular; last updated November 2024.
pip install spotify-youtube-migratorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic interactive migration from Spotify to YouTube Music. Requires user authentication via OAuth flows.
Update imports to use `from spotify_youtube_migrator import Migrator` and use the new methods (`migrate_spotify_to_youtube`, `migrate_youtube_to_spotify`).
Set `SPOTIPY_CLIENT_ID`, `SPOTIPY_CLIENT_SECRET`, `SPOTIPY_REDIRECT_URI` and `YT_OAUTH_*` variables, or subclass Migrator to provide tokens.
Use environment variables instead of editing config.py. See README for required variables.