1 min read
Spotify to YouTube music

This project is a simple CLI tool written in Python to migrate Spotify playlists to YouTube music.

Setup

  • Install the project dependencies from requirements.txt file.
  • Create a Spotify app in developer console.
  • Copy the Spotify client_id, client_secret, and redirect_uri to environment variables file.
  • Run the ytmusicapi oauth command and follow the instructions to setup YouTube music API.

Usage Instructions

After completing the setup run python main.py to start the migration.