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.
- Host: GitHub
- URL: https://github.com/cloudoutloud/spotify-api-scripts
- Owner: cloudoutloud
- Created: 2020-10-30T11:06:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:23:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T23:06:22.974Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```