Update README.md

This commit is contained in:
Xoconoch
2025-06-08 09:36:31 -06:00
committed by GitHub
parent c3e6217306
commit f440e30308

View File

@@ -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.