mirror of
https://github.com/c0de-archive/spotipy-experiments.git
synced 2024-12-22 01:32:40 +00:00
Update README
This commit is contained in:
parent
3ee69bf012
commit
355c43e25c
@ -8,11 +8,10 @@ There is an option to change the auth-type to "Client Credentials Manager" mode,
|
|||||||
From my experimentation so far, this will remember that the app was previously authorized for whatever "authorization scope" was approved by the user at the oauth screen. If a new auth-scope is presented, the
|
From my experimentation so far, this will remember that the app was previously authorized for whatever "authorization scope" was approved by the user at the oauth screen. If a new auth-scope is presented, the
|
||||||
user will be prompted to authorize the application again and mark the "new" requested permissions.
|
user will be prompted to authorize the application again and mark the "new" requested permissions.
|
||||||
|
|
||||||
save_now_playing.py - This script will poll for the user's now playing track every 10s and update a text file
|
1. save_now_playing.py - This script will poll for the user's now playing track every 10s and update a text file
|
||||||
get_user_auth.py - "Hello World" from the docs, this shows how to authorize using env
|
2. get_user_auth.py - "Hello World" from the docs, this shows how to authorize using env
|
||||||
save_all_playlist.py - This script will pull all of the user's playlists into .json files. This currently exports too much data to be usable by anything yet
|
3. save_all_playlist.py - This script will pull all of the user's playlists into .json files. This currently exports too much data to be usable by anything yet
|
||||||
top_tracks.py - This will save the user's top 20 tracks to a .json file. This currently exports too much data
|
4. top_tracks.py - This will save the user's top 20 tracks to a .json file. This currently exports too much data to be usable by anything yet
|
||||||
to be usable by anything yet
|
|
||||||
|
|
||||||
## To get started:
|
## To get started:
|
||||||
* Create an app on Spotify's Developer console - https://beta.developer.spotify.com
|
* Create an app on Spotify's Developer console - https://beta.developer.spotify.com
|
||||||
|
Loading…
Reference in New Issue
Block a user