You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromgithubimportGithub# Authentication is defined via github.AuthfromgithubimportAuth# using an access tokenauth=Auth.Token("access_token")
# First create a Github instance:# Public Web Githubg=Github(auth=auth)
# Then play with your Github objects:forrepoing.get_user().get_repos():
print(repo.name)
The text was updated successfully, but these errors were encountered:
https://github.com/PyGithub/PyGithub
The text was updated successfully, but these errors were encountered: