-
See: https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app for a guide on creating an OAuth app for GitHub.
Also: https://medium.com/@lyle-okoth/github-oauth-using-py…
-
Follow-up for issue https://github.com/evcc-io/evcc/issues/14371
Referenced in discussions https://github.com/evcc-io/evcc/discussions/14404, https://github.com/evcc-io/evcc/discussions/12445
py…
-
### New feature motivation
I want to run semantic-release in an environment where I already have valid OAuth credentials for GitHub that I could use without generating and using a Personal Access Tok…
sparr updated
1 month ago
-
Issue:
conda-forge making excessive GitHub API calls (hitting the rate limit of 5,000/hr) using *all* conda-forge user's tokens via "Travis CI for Open Source."
It's unclear if this is an issue …
-
**Problem**. I want to use [GitHub Check API](https://developer.github.com/v3/checks/) to check repository PR commit by a worker deployed on my machine. The worker can not be 100% online and it will m…
-
https://developer.github.com/v3/#rate-limiting
# Rate limiting
For API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour. Authenticated requests are associate…
-
### 🔖 Feature description
In this issue, we aim to update the star count of the Sharkio GitHub repository using the GitHub API Instead of writing a static number.
### 🎤 Pitch
The "Retrieve Current …
-
If this goes anywhere, it should probably be housed in a repo managed by API. Is there an API github org? If there isn't one, there should be.
-
Leave a message.
-
Extracting url with regex hack is dirty. Why don't you use Github API?
```python
import json
from urllib import request, response
j = json.loads(request.urlopen("https://api.github.com/repos/mir…