A Python script for converting Google Play Music Playlists to Spotify
There are some require paramerters you must configure inside of config.py. An example config is provided at config.py.example
Enter you gmail and password in your config.py file. If you are using 2 step verification, you will need to generate an app specific password.
You will need Spotify App Credentials. You can get those at My Applications
You can provide anything for the callback url. This will simply be used to get the token. If you can't think of a callback url, feel free to use https://djrausch.github.io/GPMify/
Once you have setup your config.py, simply run from your terminal.
python3 gpmify.py
This script is made possible with the following libraries