https://github.com/hivesolutions/github-api
Standard GitHub API implementation in Python
https://github.com/hivesolutions/github-api
api client github python
Last synced: 10 months ago
JSON representation
Standard GitHub API implementation in Python
- Host: GitHub
- URL: https://github.com/hivesolutions/github-api
- Owner: hivesolutions
- License: apache-2.0
- Created: 2014-05-12T12:31:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T18:08:07.000Z (over 1 year ago)
- Last Synced: 2024-11-03T23:21:14.875Z (over 1 year ago)
- Topics: api, client, github, python
- Language: Python
- Homepage: http://github-api.hive.pt
- Size: 129 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [GitHub API](http://github-api.hive.pt)
Standard GitHub API implementation in python.
## Configuration
| Name | Type | Default | Description |
| ----------------------- | ----- | ------- | ------------------------------------------------------------------ |
| **GITHUB_USERNAME** | `str` | `None` | The username to be used in the authentication with the GitHub API. |
| **GITHUB_PASSWORD** | `str` | `None` | The password to be used in the authentication with the GitHub API. |
| **GITHUB_ID** | `str` | `None` | While using OAuth provides a way to define the client identifier. |
| **GITHUB_SECRET** | `str` | `None` | While using OAuth provides a way to define the client secret. |
| **GITHUB_REDIRECT_URL** | `str` | `None` | To be used in the OAuth process as the target redirect URL. |
| **GITHUB_TOKEN** | `str` | `None` | If defined allows a statically generated OAuth Token to be used. |
## License
GitHub API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/github-api/actions)
[](https://coveralls.io/r/hivesolutions/github-api?branch=master)
[](https://pypi.python.org/pypi/github-api-python)
[](https://www.apache.org/licenses/)