spotipy/examples
Niko 160a57a1d6
Merge pull request #1069 from democat3457/patch-1
Fix unused description parameter in playlist creation example
2024-05-14 11:03:58 +02: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 modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
app.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
artist_albums.py Print -> Logging, fixes #84 (#461) 2020-04-03 23:03:09 +01:00
artist_discography.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00: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 Use unused description parameter in example 2024-01-06 00:20:53 -06:00
delete_a_saved_track.py Fix examples for saved tracks (#624) 2020-12-13 02:55:42 +00:00
follow_playlist.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
headless.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
multiple_accounts.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
my_playlists.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
my_top_artists.py Deprecate util.prompt_for_user_token() 2020-06-14 18:01:14 +01:00
my_top_tracks.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00:00
player.py Lint 2020-02-22 11:15:19 +00:00
playlist_add_items.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +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 modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00: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 Getting Started Clarifications and Example Code File (#904) 2022-12-10 16:27:29 +00:00
show_artist.py Fix doc and readme 2020-01-16 03:54:39 +00:00
show_featured_artists.py show_featured_artists.py and update publishing docs (#821) 2022-06-18 23:26:43 +01: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
simple_artist_albums.py Rename simple files (#933) 2023-01-23 12:48:37 +00:00
simple_artist_top_tracks.py Rename simple files (#933) 2023-01-23 12:48:37 +00:00
simple_me.py Rename simple files (#933) 2023-01-23 12:48:37 +00:00
simple_search_artist_image_url.py Rename simple files (#933) 2023-01-23 12:48:37 +00:00
simple_search_artist.py Rename simple files (#933) 2023-01-23 12:48:37 +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
unfollow_playlist.py Adding example for unfollowing/deleting a playlist (#746) 2021-11-23 21:48:53 +00:00
user_playlists_contents.py Use the playlist_items function to retrieve tracks. 2024-05-06 10:43:21 +01:00
user_playlists.py modified docstring for playlist_add_items to no longer accept IDs 2022-12-16 19:17:37 +00: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