-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
https://github.com/PyGithub/PyGithub
from github import Github
# Authentication is defined via github.Auth
from github import Auth
# using an access token
auth = Auth.Token("access_token")
# First create a Github instance:
# Public Web Github
g = Github(auth=auth)
# Then play with your Github objects:
for repo in g.get_user().get_repos():
print(repo.name)Metadata
Metadata
Assignees
Labels
No labels