mirror of
https://lavaforge.org/spotizerr/spotizerr-auth.git
synced 2025-12-23 18:29:16 -05:00
Update README.md
This commit is contained in:
@@ -20,7 +20,7 @@ A command-line tool to help you authenticate and register a Spotify account with
|
||||
|
||||
1. **Clone the repository or download the files:**
|
||||
```bash
|
||||
git clone <repository_url>
|
||||
git clone https://github.com/Xoconoch/spotizerr-auth
|
||||
cd spotizerr-auth
|
||||
```
|
||||
|
||||
@@ -69,4 +69,4 @@ The script uses `librespot-spotizerr`'s Zeroconf implementation to advertise a S
|
||||
|
||||
Once this file is created, the script reads it and makes a `POST` request to the Spotizerr API endpoint `/api/credentials/spotify/{accountName}`. The request body is a JSON object containing the user's region and the contents of `credentials.json`, which Spotizerr then stores for future use.
|
||||
|
||||
The initial check for `client_id` and `client_secret` ensures that Spotizerr has the necessary global API credentials to perform metadata lookups and other API-dependent tasks.
|
||||
The initial check for `client_id` and `client_secret` ensures that Spotizerr has the necessary global API credentials to perform metadata lookups and other API-dependent tasks.
|
||||
|
||||
Reference in New Issue
Block a user