After playing around with exportify, I decided to find out how the Spotify API works. Of course, a Python module already exists called Spotipy that helps you connect to the Web API.

This can easily be installed with pip install spotipy and has good documentation here

I wanted to see if I co...