1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-25 18:25:09 +00:00
No description
Find a file
2022-06-27 13:43:16 +03:00
.github Fic pyright action 2022-06-25 15:48:14 +03:00
assets Changed licenses to have contributors in them 2022-06-25 14:08:21 +03:00
docs Cleaned up docs/ 2022-06-25 14:07:43 +03:00
github Add markdown routes 2022-06-27 13:43:16 +03:00
tools Add gitignore routes 2022-06-27 13:26:15 +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 Used poetry for package management 2022-06-25 14:10:03 +03:00
pyproject.toml Used poetry for package management 2022-06-25 14:10:03 +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>_