Convert a music playlist from one music platform to another
Spotify -> YouTube
YouTube -> Spotify
-
spotipy
- Needed to upgrade the version from pip due to the original author abandoning the project:
pip3 install git+https://github.com/plamere/spotipy.git --upgrade
-
praw
- Needed to upgrade this version too:
pip3 install --upgrade praw
-
gmusicapi
-
google-api-python-client
-
google-auth-oauthlib google-auth-httplib2