[PR #389] [CLOSED] Update example scripts #875

Closed
opened 2026-02-28 00:02:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/389
Author: @ryn3
Created: 7/15/2019
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • ba4ebcd update limit on current_user_saved_albums
  • 8b3f9a3 Fix comments in my_playlists.py
  • 674e436 Add parentheses after print in my_top_artists.py
  • d6652cf Fix comments and parentheses in my_top_tracks.py
  • 1234451 Update print parentheses in read_a_playlist.py
  • 2860de7 Update remove_specific_tracks_from_playlist.py
  • c9e314c Update remove_tracks_from_playlist.py
  • a03837e Update simple3.py
  • 54acbb5 Update simple2.py
  • 4ec061c Update simple1.py

📊 Changes

17 files changed (+87 additions, -28 deletions)

View changed files

📝 examples/my_playlists.py (+1 -1)
📝 examples/my_top_artists.py (+3 -3)
📝 examples/my_top_tracks.py (+4 -4)
📝 examples/read_a_playlist.py (+1 -1)
📝 examples/remove_specific_tracks_from_playlist.py (+1 -2)
📝 examples/remove_tracks_from_playlist.py (+1 -2)
📝 examples/show_album.py (+3 -1)
📝 examples/show_artist.py (+3 -1)
📝 examples/show_artist_top_tracks.py (+3 -1)
📝 examples/show_related.py (+4 -1)
📝 examples/show_track_info.py (+3 -1)
📝 examples/simple0.py (+4 -1)
📝 examples/simple1.py (+5 -4)
📝 examples/simple2.py (+4 -2)
📝 examples/simple3.py (+4 -2)
examples/user_saved_albums_delete.py (+30 -0)
📝 spotipy/client.py (+13 -1)

📄 Description

Update erroneous comments, Python 3 compatibility, and import statements for OAuth


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/389 **Author:** [@ryn3](https://github.com/ryn3) **Created:** 7/15/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`ba4ebcd`](https://github.com/spotipy-dev/spotipy/commit/ba4ebcde4a36e4dab263832980730d1c68a694d0) update limit on current_user_saved_albums - [`8b3f9a3`](https://github.com/spotipy-dev/spotipy/commit/8b3f9a353c44b8a26ffef6583642b380c04bbd8e) Fix comments in my_playlists.py - [`674e436`](https://github.com/spotipy-dev/spotipy/commit/674e436d72a0d7b65e8318dc080893becc74d88f) Add parentheses after print in my_top_artists.py - [`d6652cf`](https://github.com/spotipy-dev/spotipy/commit/d6652cfdf1d16346a167ad55025608732e70a117) Fix comments and parentheses in my_top_tracks.py - [`1234451`](https://github.com/spotipy-dev/spotipy/commit/12344512064cfdd06165c8248d313dec86e45022) Update print parentheses in read_a_playlist.py - [`2860de7`](https://github.com/spotipy-dev/spotipy/commit/2860de7aa9098e0a1fcfc0a6b59a9c22d67d7dd4) Update remove_specific_tracks_from_playlist.py - [`c9e314c`](https://github.com/spotipy-dev/spotipy/commit/c9e314c5849c6bd5303e7cdf723814bb172c4d16) Update remove_tracks_from_playlist.py - [`a03837e`](https://github.com/spotipy-dev/spotipy/commit/a03837e85a32701d8ebc18499738daa889006771) Update simple3.py - [`54acbb5`](https://github.com/spotipy-dev/spotipy/commit/54acbb588a600a4c36764c33d24fb928796905f8) Update simple2.py - [`4ec061c`](https://github.com/spotipy-dev/spotipy/commit/4ec061c505a125466df2e98522186d43d2f2d9fc) Update simple1.py ### 📊 Changes **17 files changed** (+87 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `examples/my_playlists.py` (+1 -1) 📝 `examples/my_top_artists.py` (+3 -3) 📝 `examples/my_top_tracks.py` (+4 -4) 📝 `examples/read_a_playlist.py` (+1 -1) 📝 `examples/remove_specific_tracks_from_playlist.py` (+1 -2) 📝 `examples/remove_tracks_from_playlist.py` (+1 -2) 📝 `examples/show_album.py` (+3 -1) 📝 `examples/show_artist.py` (+3 -1) 📝 `examples/show_artist_top_tracks.py` (+3 -1) 📝 `examples/show_related.py` (+4 -1) 📝 `examples/show_track_info.py` (+3 -1) 📝 `examples/simple0.py` (+4 -1) 📝 `examples/simple1.py` (+5 -4) 📝 `examples/simple2.py` (+4 -2) 📝 `examples/simple3.py` (+4 -2) ➕ `examples/user_saved_albums_delete.py` (+30 -0) 📝 `spotipy/client.py` (+13 -1) </details> ### 📄 Description Update erroneous comments, Python 3 compatibility, and import statements for OAuth --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#875
No description provided.