spotipy/examples
2021-01-30 22:10:30 +01:00
..
add_a_saved_album.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
add_a_saved_track.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
add_tracks_to_playlist.py Update Playlist Endpoints and Add Following Endpoints (#531) 2020-07-11 11:23:18 +01:00
app.py Removed requirement for examples/app.py to specify port multiple times (only SPOTIPY_REDIRECT_URI needs to contain the port) (#636) 2021-01-30 22:10:30 +01:00
artist_albums.py Print -> Logging, fixes #84 (#461) 2020-04-03 23:03:09 +01:00
artist_discography.py Print -> Logging, fixes #84 (#461) 2020-04-03 23:03:09 +01:00
artist_recommendations.py Print -> Logging, fixes #84 (#461) 2020-04-03 23:03:09 +01:00
audio_analysis_for_track.py Format examples 2017-10-23 23:02:17 +01:00
audio_features_for_track.py Add linter, solves #348 (#415) 2020-01-12 13:19:40 +00:00
audio_features.py Add linter, solves #348 (#415) 2020-01-12 13:19:40 +00:00
change_playlist_details.py Update Playlist Endpoints and Add Following Endpoints (#531) 2020-07-11 11:23:18 +01:00
client_credentials_flow.py Fix doc and readme 2020-01-16 03:54:39 +00:00
contains_a_saved_track.py Fix examples for saved tracks (#624) 2020-12-13 02:55:42 +00:00
create_playlist.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
delete_a_saved_track.py Fix examples for saved tracks (#624) 2020-12-13 02:55:42 +00:00
headless.py Allow open_browser to be set on creation of auth_manager (SpotifyOAuth/SpotifyPKCE) (#574) 2020-09-12 12:14:08 +01:00
multiple_accounts.py Add multiple accounts example, solves #446 2020-03-12 00:53:36 +00:00
my_playlists.py Added scope, 'playlist-read-private', to examples that access user playlists using the spotipy api: current_user_playlists() (fixes #591) (#595) 2020-10-23 22:57:14 +01:00
my_top_artists.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
my_top_tracks.py Made cache_path and username optional (#567) 2020-08-30 23:59:38 +01:00
player.py Lint 2020-02-22 11:15:19 +00:00
playlist_all_non_local_tracks.py Update Playlist Endpoints and Add Following Endpoints (#531) 2020-07-11 11:23:18 +01:00
playlist_tracks.py Fixed output of playlist_tracks example (#594) 2020-10-23 17:35:16 +01:00
read_a_playlist.py Update/remove outdated examples 2020-01-16 23:47:18 +00:00
remove_specific_tracks_from_playlist.py Made cache_path and username optional (#567) 2020-08-30 23:59:38 +01:00
remove_tracks_from_playlist.py Update Playlist Endpoints and Add Following Endpoints (#531) 2020-07-11 11:23:18 +01:00
replace_tracks_in_playlist.py Made cache_path and username optional (#567) 2020-08-30 23:59:38 +01:00
search.py Fix doc and readme 2020-01-16 03:54:39 +00:00
show_album.py Fix doc and readme 2020-01-16 03:54:39 +00:00
show_artist_top_tracks.py Fix doc and readme 2020-01-16 03:54:39 +00:00
show_artist.py Fix doc and readme 2020-01-16 03:54:39 +00:00
show_featured_playlists.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
show_my_saved_tracks.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
show_new_releases.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
show_related.py Merge branch 'master' into master 2020-01-15 19:16:38 +00:00
show_track_info.py Fix doc and readme 2020-01-16 03:54:39 +00:00
show_tracks.py Merge branch 'master' into master 2020-01-15 19:16:38 +00:00
show_user.py Made cache_path and username optional (#567) 2020-08-30 23:59:38 +01:00
simple0.py Update simple0.py 2020-01-11 19:54:21 +00:00
simple1.py Merge branch 'master' into master 2020-01-15 19:16:38 +00:00
simple2.py Fix doc and readme 2020-01-16 03:54:39 +00:00
simple3.py Fix doc and readme 2020-01-16 03:54:39 +00:00
simple4.py Lint 2020-02-22 11:15:19 +00:00
test.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
title_chain.py Merge branch 'master' into master 2020-01-15 19:16:38 +00:00
tracks.py Use client credentials flow to fix broken non-authorized requests 2018-01-16 18:58:21 -05:00
user_playlists_contents.py Added scope, 'playlist-read-private', to examples that access user playlists using the spotipy api: current_user_playlists() (fixes #591) (#595) 2020-10-23 22:57:14 +01:00
user_playlists.py Added scope, 'playlist-read-private', to examples that access user playlists using the spotipy api: current_user_playlists() (fixes #591) (#595) 2020-10-23 22:57:14 +01:00
user_public_playlists.py Add linter, solves #348 (#415) 2020-01-12 13:19:40 +00:00
user_saved_albums_delete.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00