An open API service indexing awesome lists of open source software.

https://github.com/cloudoutloud/spotify-api-scripts

Script to use with Spotify API to get information on your account.
https://github.com/cloudoutloud/spotify-api-scripts

Last synced: 5 months ago
JSON representation

Script to use with Spotify API to get information on your account.

Awesome Lists containing this project

README

          

# Scripts for interacting with the Spotify API

### Getting started

Need a valid spotify account, input your SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET in file called ```secrets.py```
https://developer.spotify.com/documentation/general/guides/authorization-guide/

To get public infromation on tracks and artists run ```python3 get-public-info.py```

To get private infromation on tracks and artists run ```python3 get-private-info.py```