1.2 KiB
1.2 KiB
About GitHub Rate Limits
GitHub API limits users to 60 requests per hour if not logged in, and since we send 1 request to check each kext's update, the 60 requests limit could be easily exceeded. You can create an API token with your GitHub account to increase the rate limit to 5000 reqeusts per hour.
- Log in to GitHub on this page.
- Click on the profile picture on the upper-right corner, click Settings
- In the left sidebar, click Developer Settings at the bottom
- In the left sidebar, under Personal Access Tokens, click Fine-grained tokens
- Click Generate New Token on the right
- Enter OCPM for Token Name
- Set an expiration day
- Scroll down and click Generate Token
- Copy the token
After Generating a Token
After generating a token, you can login to GitHub on OCPM by typing:
ocpm --login <your_token_here>

