mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
4078a9164cca477acc410814fc6a89d236dccfb2
This is a Python library to access the Gitub V3 API.
Tutorial
First create a Gihub instance:
from github import Github
g = Github( "user", "password" )
Then play with your Github objects:
for repository in g.user().get_repositories():
print repository.name
repository.edit( has_wiki = False )
Description
Typed interactions with the GitHub API v3
https://pygithub.readthedocs.io/
12 MiB
Languages
Python
99.9%