clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

Changed github to pygithub3 in the import statement #32

Closed ujukauboi closed 4 years ago

ujukauboi commented 5 years ago

pygithub3 is the package where Github is imported from

crass commented 5 years ago

No pygithub3 is a very old github api wrapper and not active. PyGithub is actively maintained. The import code is correct.

klm1 commented 4 years ago

Agree with @crass -- PyGithub would be the library to use as it is actively maintained.

stv0g commented 4 years ago

I am closing the PR as suggested by @crass