pip install pyotify
An example can be found in the main.py file.
To get started, install pyotify and create an app on https://developers.spotify.com/.
Add your app ID and SECRET to your environment.
Then, using the os.getenv() method, get the app ID and SECRET.
Finally pass both parameters to the 'Spotify' class.
If you have suggestions, bugs or other issues specific to this library, file them here. Or just send me a pull request.