mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #904] [MERGED] Getting Started Clarifications and Example Code File #1073
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1073
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/904
Author: @masstep
Created: 11/30/2022
Status: ✅ Merged
Merged: 12/10/2022
Merged by: @stephanebruckert
Base:
master← Head:master📝 Commits (10+)
6eb4783added URI link to README getting startedaa3013arevised comment9a37e07added alternate module installation instruction9e0601cinstallation troubleshooting comment5aed618scope clarification commentda3e85aadded playlist_add_items.py to examples folderb1ad510reformatted changelog edits87d5e0aRelocated added contributions to added section in Changelogb12b5dfMerge branch 'master' into master0f0bb51removed unnecessary library installation instruction📊 Changes
4 files changed (+26 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
README.md(+8 -0)➕
examples/playlist_add_items.py(+13 -0)📝
examples/show_artist_top_tracks.py(+1 -0)📄 Description
As part of a computer science course, I recently followed the spotipy getting started and made notes of any issues I ran into. I have now added comments in areas that caused me trouble while trying to run some of the features.
initially I had issues with installing and accessing the spotipy library with the listed installation instruction.
I also noticed not all of the same information is provided in the github repo as on the website under getting started. I understand the the repo points to the website for extensive information, however the README lacks any mention of how to get the URI redirect for Authorization Code Flow.
I had issues with the add_track_to_playlist function, but came across the user_playlist_add_tracks function on the website. When I tried to run this function I was informed in pyCharm to use playlist_add_items instead. Neither of the latter 2 functions are in the examples folder, so I thought it would be good to have an alternate example for adding tracks to playlists.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.