Skip to main content

Use the full Github API v3

Project description

(Very short) Tutorial

First create a Github instance:

from github import Github

# using username and password
g = Github("user", "password")

# or using an access token
g = Github("access_token")

Then play with your Github objects:

for repo in g.get_user().get_repos():
    print(repo.name)
    repo.edit(has_wiki=False)

Reference documentation

See http://pygithub.readthedocs.io/en/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyGithub-Proxy-Dias-2000-0.0.1.tar.gz (3.2 MB view details)

Uploaded Source

File details

Details for the file PyGithub-Proxy-Dias-2000-0.0.1.tar.gz.

File metadata

File hashes

Hashes for PyGithub-Proxy-Dias-2000-0.0.1.tar.gz
Algorithm Hash digest
SHA256 1261dbe0ed11035a7c2c9fca09aaf95d6dbd8dc26b12ef6b837054ebd5d6ac66
MD5 86ca809acb7e55f612ba576c7e859479
BLAKE2b-256 80080e8e54fee4f35c55bf015df428402be2501e135b0d83bb6b1cc2ba3dc2c3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page