Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poiley/tastebud-python

For the Javascript side, please see:
https://github.com/poiley/tastebud-python

Last synced: about 1 month ago
JSON representation

For the Javascript side, please see:

Awesome Lists containing this project

README

        

# spotify-info

To run for yourself, create an app on Spotify's dev page and create a file called `authentication.json`

It should contain:
```
{
"username": "YOUR SPOTIFY USERNAME",
"redirect-URI": "http://localhost/",
"client-ID": "YOUR CLIENT ID",
"client-secret": "YOUR CLIENT SECRET",
"user-token": "THIS IS AUTO GENERATED"
}
```