mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
* No username needed + can be used by multiple users * cleanup * Remove caches when signing out * Persist token only once * Always show auth page * Add one scope.. * Add a second scope and also a view which utilizes a scope. * Add a __main__ clause example. * Include further documentation. * Move utility function higher in document. * Add threading to application run call in __main__. * Add (or reinstate–I thought it had been there) the "me" view. * Add notes about SPOTIPY_REDIRECT_URI and using alternate port. And specify that it should be the address that the App runs over. * Whitespace only. * Here is an example of importing credentials. * Delete session_cache file on logout so new user can Authorize. * Not going to use at this point. * Update the "me" route method to use new approach to auth. * Update app.py Co-authored-by: Stephane Bruckert <contact@stephanebruckert.com> Co-authored-by: Stephane Bruckert <stephane.bruckert@gmail.com> |
||
|---|---|---|
| .. | ||
| add_a_saved_album.py | ||
| add_a_saved_track.py | ||
| add_tracks_to_playlist.py | ||
| app.py | ||
| artist_albums.py | ||
| artist_discography.py | ||
| artist_recommendations.py | ||
| audio_analysis_for_track.py | ||
| audio_features_for_track.py | ||
| audio_features.py | ||
| change_playlist_details.py | ||
| client_credentials_flow.py | ||
| contains_a_saved_track.py | ||
| create_playlist.py | ||
| delete_a_saved_track.py | ||
| multiple_accounts.py | ||
| my_playlists.py | ||
| my_top_artists.py | ||
| my_top_tracks.py | ||
| player.py | ||
| playlist_all_non_local_tracks.py | ||
| playlist_tracks.py | ||
| read_a_playlist.py | ||
| remove_specific_tracks_from_playlist.py | ||
| remove_tracks_from_playlist.py | ||
| replace_tracks_in_playlist.py | ||
| search.py | ||
| show_album.py | ||
| show_artist_top_tracks.py | ||
| show_artist.py | ||
| show_featured_playlists.py | ||
| show_my_saved_tracks.py | ||
| show_new_releases.py | ||
| show_related.py | ||
| show_track_info.py | ||
| show_tracks.py | ||
| show_user.py | ||
| simple0.py | ||
| simple1.py | ||
| simple2.py | ||
| simple3.py | ||
| simple4.py | ||
| test.py | ||
| title_chain.py | ||
| tracks.py | ||
| user_playlists_contents.py | ||
| user_playlists.py | ||
| user_public_playlists.py | ||
| user_saved_albums_delete.py | ||