mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1119] Update Directions In TUTORIAL.md #666
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#666
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?
Originally created by @brennanpate on GitHub (May 27, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1119
Describe the bug
Some instructions in the TUTORIAL.md file are not up-to-date with Spotify's Developer Dashboard
Your code
The following is a new version of the TUTORIAL.md file that aligns better with the current layout of Spotify's Developer Dashboard:
Expected behavior
A tutorial with directions that align with the current layout of Spotify's Developer Dashboard
Output
I was able to complete the tutorial successfully but was confused at times because the tutorial’s directions did not always match with what I saw on Spotify’s website. The updates I made align with Spotify’s current layout and should be easier for new users to follow. I also experienced an issue when trying to run the example function in the TUTORIAL.md file. I received an error that the Spotipy module could not be found. I investigated further and then saw on Spotipy’s website that I need to run <pip install spotipy --upgrade> but there was no mention of this in the TUTORIAL.md file on GitHub. I added directions for this and believe it will lead to less confusion for new users.
Environment:
Additional context
N/A