mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #823] [CLOSED] Create TUTORIAL.md #1029
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#1029
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/823
Author: @avivaschmitz
Created: 6/8/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
63514f4Create TUTORIAL.md📊 Changes
1 file changed (+86 additions, -0 deletions)
View changed files
➕
TUTORIAL.md(+86 -0)📄 Description
I have contributed a tutorial that walks a user through the steps necessary to set up Spotipy and start using it for the very first time to complete a simple task. The intended audience is new users and potential contributors who have little experience coding and no experience with the Spotify API.
This tutorial is a necessary addition to Spotipy because there is very little existing documentation for brand new users. The README.md file contains installation instructions and a “Quick Start” section, but they are severely lacking in detail and are far from complete. For example, they don’t contain any information on how to connect Spotipy to your Spotify developer account, how to set up a Spotify app that is compatible with Spotipy, or how to use Spotipy to accomplish a basic task. The new tutorial that I have created covers all of this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.