mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #301] [CLOSED] Spin up a local webserver to record login url #845
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#845
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/301
Author: @vmagro
Created: 6/22/2018
Status: ❌ Closed
Base:
master← Head:webserver📝 Commits (1)
7293410Spin up a local webserver to record login url📊 Changes
2 files changed (+114 additions, -24 deletions)
View changed files
➕
examples/local_webserver_login.py(+28 -0)📝
spotipy/util.py(+86 -24)📄 Description
Rather than making the user always copy and paste a link, add the option to
start a local http server to accept the Spotify redirect url.
Tested with new examples/local_webserver_login.py and also verified that
examples/my_top_tracks.py still worked.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.