From bbf3c645b02304cc325bd4e0387dc5a87c050c8d Mon Sep 17 00:00:00 2001 From: Zacharias Date: Tue, 5 Aug 2025 00:51:35 +0200 Subject: [PATCH] Added README.md to GeniusAPI --- GeniusAPI/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 GeniusAPI/README.md diff --git a/GeniusAPI/README.md b/GeniusAPI/README.md new file mode 100644 index 0000000..ca886f0 --- /dev/null +++ b/GeniusAPI/README.md @@ -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": "", + "client_secret": "" +} +``` \ No newline at end of file