[PR #342] [CLOSED] Get authentication code #859

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/342
Author: @vdsbenoit
Created: 12/30/2018
Status: Closed

Base: masterHead: feature/get_authentication_code


📝 Commits (4)

  • fc34cf7 get authentication code
  • 8be051f add some documentation
  • 3ca3e14 [PR-342] add port number as an option (according to @tillhainbach suggestions)
  • c7ebb03 [PR-342] fix previously hardcoded port number

📊 Changes

1 file changed (+73 additions, -21 deletions)

View changed files

📝 spotipy/util.py (+73 -21)

📄 Description

This feature creates a temporary local http server. Instead of asking the user to copy-paste the authentication code, it processes the request and gets the code. The temporary http server is closed as soon as the code is received.


🔄 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/342 **Author:** [@vdsbenoit](https://github.com/vdsbenoit) **Created:** 12/30/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/get_authentication_code` --- ### 📝 Commits (4) - [`fc34cf7`](https://github.com/spotipy-dev/spotipy/commit/fc34cf75b45953e489cc0d502be68e60497dc37e) get authentication code - [`8be051f`](https://github.com/spotipy-dev/spotipy/commit/8be051f85bf852820014fef682ef0068e17e859b) add some documentation - [`3ca3e14`](https://github.com/spotipy-dev/spotipy/commit/3ca3e14698c9257daea214649be42d9daab796dc) [PR-342] add port number as an option (according to @tillhainbach suggestions) - [`c7ebb03`](https://github.com/spotipy-dev/spotipy/commit/c7ebb0312ea2e0f735cc97a42cf98f0ddc05ce30) [PR-342] fix previously hardcoded port number ### 📊 Changes **1 file changed** (+73 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/util.py` (+73 -21) </details> ### 📄 Description This feature creates a temporary local http server. Instead of asking the user to copy-paste the authentication code, it processes the request and gets the code. The temporary http server is closed as soon as the code is received. --- <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:12 +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#859
No description provided.