Migrate your playlists from your spotify account to your youtube music account
- Create a developer account: https://developer.spotify.com/
- Create a new app
- Get credentials
- Set
redirect_urito a valid value (e.g.: "http://localhost:8080") - Create
.envfile following.env.samplestructure and add those values
- Follow Copy authentication headers from
ytmusicapidocs. - Create a
headers_auth.jsonfollowingheaders_auth.sample.jsonstructure - Replace
cookieand other necessary values from the data in your browser
- Install dependencies:
$ pipenv install - Activate environment:
$ pipenv shell - Run script:
$ python main.py