1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 04:58:12 +00:00
GitHubWrapper/README.md
2022-10-30 17:13:16 +03:00

1 KiB

Feel free to fork! I don't want to maintain this anymore.

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