Simple CLI tool to easily migrate your playlists from Spotify to YouTube music
- Install the project dependencies from requirements.txt file.
- Create a Spotify app in developer console.
- Copy the Spotify
client_id
,client_secret
, andredirect_uri
to environment variables file. - Run the
ytmusicapi oauth
command and follow the instructions to setup YouTube music API.
- After completing the setup run
python main.py
to start the migration.