This commit is contained in:
16
GeniusAPI/README.md
Normal file
16
GeniusAPI/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Genius API
|
||||
|
||||
## Important notes
|
||||
### Legal note
|
||||
For legal reasons, this tool is for educational purposes only. And Scraping is not allowed by the Genius API Terms of Service. And I do not encourage the use of Scraping websites for any data, and that API endpoints should always be used instead.
|
||||
|
||||
## API key required
|
||||
This tool requires a Genius API key to work since it fetches song metadata from the Genius API.
|
||||
|
||||
The API key shuld be stored in `${DATA_DIR}/geniusapi.json` using the following format:
|
||||
```json
|
||||
{
|
||||
"client_id": "<your_client_id>",
|
||||
"client_secret": "<your_client_secret>"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user