Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/poiley/tastebud-python
- Owner: poiley
- License: gpl-3.0
- Created: 2018-02-06T00:56:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:52:24.000Z (about 2 years ago)
- Last Synced: 2023-03-01T07:26:05.865Z (almost 2 years ago)
- Language: Python
- Homepage: https://github.com/leilabs/tastebud
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```