- https://github.com/linsomniac/spotify_to_ytmusic?tab=readme-ov-file
- Steps:
- Download Miniforge prompt
- https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe
- Open miniforge prompt
- Create an environment for Spotify to youtube music transfer
- Type “
conda create --name spotify_to_youtube
”
- Activate the environment
- Type “
conda activate spotify_to_youtube
”
- Install python
- Type “
pip install python
”
- Install the transfer tool
- Type "
pip install spotify2ytmusic
"
- Generate log-in tokens for youtube music and download Spotify playlists, and make sure that they are in the same directory
- Create directory
- Type “
mkdir spotify_to_youtube
"
- Go to that directory
- Type “
cd spotify_to_youtube
"
- Generate token for youtubemusic
- Type “
ytmusicapi oauth
”
- Follow instructions on the pop-up
- Download playlist from Spotify
- Download the python file for downloading playlist: https://raw.githubusercontent.com/caseychu/spotify-backup/master/spotify-backup.py
- Move the file to the spotify_to_youtube folder (can do manually)
- Download the Spotify playlists and liked songs
- Type “
python [spotify-backup.py](<http://spotify-backup.py/>) playlists.json --dump=liked,playlists --format=json
”
- Like all the Youtube music songs that are from your Spotify
- Type “
s2yt_load_liked
”
- That’s it