A Python library and CLI tool for transferring Spotify playlists to YouTube Music. Version 0.8.0, requires Python 3.10+. Active development with occasional releases.
pip install spotify-to-ytmusicNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client and transfer a single playlist. Requires authentication setup.
Change import to `from spotify_to_ytmusic import SpotifyToYTMusic`.
Use `styt.transfer_playlist(playlist_id)` on a `SpotifyToYTMusic` instance.
Follow instructions in the README to export your YouTube Music cookies to `headers_auth.json`.