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

PyGithubF-1.56.tar.gz (159.7 kB view details)

Uploaded Source

Built Distribution

PyGithubF-1.56-py3-none-any.whl (293.4 kB view details)

Uploaded Python 3

File details

Details for the file PyGithubF-1.56.tar.gz.

File metadata

  • Download URL: PyGithubF-1.56.tar.gz
  • Upload date:
  • Size: 159.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for PyGithubF-1.56.tar.gz
Algorithm Hash digest
SHA256 4169e3991d46f51506464d855753b65123d69cb3567d6d73c6c3012e221c641f
MD5 efbe3049f807afdace301987456f7b37
BLAKE2b-256 4e717a3fe896fb5913987b35011763d65566a7cd93f4ecd6732c0e0c55e9ace2

See more details on using hashes here.

File details

Details for the file PyGithubF-1.56-py3-none-any.whl.

File metadata

  • Download URL: PyGithubF-1.56-py3-none-any.whl
  • Upload date:
  • Size: 293.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for PyGithubF-1.56-py3-none-any.whl
Algorithm Hash digest
SHA256 83ead02bf55451ab7ab169de5ecfd0a38d2c0fc01d9a9de3af22a00eef7fc1d7
MD5 980a195365086140b4eba99b3f2a5961
BLAKE2b-256 049d5cb8638cc3383bb00dbfc5ba4d80e8eb6d871778e81e85981727c2cd7587

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