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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyGithub-Proxy-Dias-2000-0.0.1.tar.gz
.
File metadata
- Download URL: PyGithub-Proxy-Dias-2000-0.0.1.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1261dbe0ed11035a7c2c9fca09aaf95d6dbd8dc26b12ef6b837054ebd5d6ac66 |
|
MD5 | 86ca809acb7e55f612ba576c7e859479 |
|
BLAKE2b-256 | 80080e8e54fee4f35c55bf015df428402be2501e135b0d83bb6b1cc2ba3dc2c3 |