[GH-ISSUE #54] API Rate Limited? #60

Closed
opened 2026-03-13 21:22:34 +03:00 by kerem · 1 comment
Owner

Originally created by @ggoukebo on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/akashrchandran/syrics-web/issues/54

RT

Originally created by @ggoukebo on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/akashrchandran/syrics-web/issues/54 RT
kerem closed this issue 2026-03-13 21:22:39 +03:00
Author
Owner

@akashrchandran commented on GitHub (Mar 2, 2026):

You can host the API yourself and use the UI to download. With your own deployment, there will be much less rate limiting compared to the public one. Simply host it and change the settings URL in the settings option of the Syrics web.

Image

You can also deploy it locally and use the localhost address in the Syrics website, and it should work. To run localhost with Docker, you can use the command below.

docker run -d -p 8080:8080 -e SP_DC=your_sp_dc_cookie akashrchandran/spotify-lyrics-api
<!-- gh-comment-id:3985471583 --> @akashrchandran commented on GitHub (Mar 2, 2026): You can host the API yourself and use the UI to download. With your own deployment, there will be much less rate limiting compared to the public one. Simply host it and change the settings URL in the settings option of the Syrics web. <img width="1866" height="1079" alt="Image" src="https://github.com/user-attachments/assets/db425340-31db-4517-94ea-a8443c991c77" /> You can also deploy it locally and use the localhost address in the Syrics website, and it should work. To run localhost with Docker, you can use the command below. ```bash docker run -d -p 8080:8080 -e SP_DC=your_sp_dc_cookie akashrchandran/spotify-lyrics-api ```
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/syrics-web#60
No description provided.