1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-30 20:48:12 +00:00
No description
Find a file
2022-07-01 15:08:36 +03:00
.github Actually fix bandit 2022-06-29 10:09:52 +03:00
assets Changed licenses to have contributors in them 2022-06-25 14:08:21 +03:00
docs Make HTTPClient.request use orjson if it exists 2022-06-28 12:41:49 +00:00
github Make ratilimits never have a None value 2022-07-01 15:08:36 +03:00
tools Remove generated files 2022-06-28 16:31:17 +03:00
.gitignore Clean .gitignore 2022-06-25 16:30:35 +03:00
.readthedocs.yaml Updated readthedocs version to 2 2022-06-25 14:08:44 +03:00
LICENSE Changed licenses to have contributors in them 2022-06-25 14:08:21 +03:00
poetry.lock Update pyproject.toml 2022-06-29 07:19:21 +03:00
pyproject.toml Update pyproject.toml 2022-06-29 07:19:21 +03:00
README.md Changed README to markdown from reStructuredText 2022-06-25 14:09:28 +03:00

GitHub API Wrapper

Discord Server Invite

Easy to use Python wrapper for the GitHub API.

Key Features

  • Modern Pythonic Interface
  • Easy to use

Installing

Python 3.8 or higher is required to run the library

To install the library, run the following command:

# On Linux or MacOS
python3 -m pip install -U github

# On Windows
py -m pip install -U github
  • Discord Server <https://discord.gg/DWhwsQ5TsT>_
  • GitHub API Documentation <https://docs.github.com/en/rest>_