��� Current Behavior
RepoScope uses GitHub's public API which has a rate limit of 60 requests/hour for unauthenticated requests.
��� Workaround
Users can provide a GitHub token via:
- Environment variable:
GITHUB_TOKEN=ghp_xxx
- UI input in Advanced Settings
With a token, the limit increases to 5,000 requests/hour.
��� Future Improvements
��� Documentation
This is already documented in the README under GitHub Token (Optional) section.
��� Current Behavior
RepoScope uses GitHub's public API which has a rate limit of 60 requests/hour for unauthenticated requests.
��� Workaround
Users can provide a GitHub token via:
GITHUB_TOKEN=ghp_xxxWith a token, the limit increases to 5,000 requests/hour.
��� Future Improvements
��� Documentation
This is already documented in the README under GitHub Token (Optional) section.