arthur-debert / google-code-issues-migrator

A simple script to migrate issues from google code to github.
67 stars 56 forks source link

Github switched off APIv2, thus github2 is not working anymore. #12

Closed aried3r closed 12 years ago

aried3r commented 12 years ago

Hello,

According to [0], API v2 of github was turned off a few days ago, thus making it impossible to use google-code-issues-migrator because github2 [1] is not working anymore.

[0] https://github.com/blog/1090-github-api-moving-on [1] https://github.com/ask/python-github2

schwern commented 12 years ago

If someone recommends a Python Github API to switch to, I can try fixing it up.

aried3r commented 12 years ago

There's Kenneth Reitz' https://github.com/kennethreitz/python-github3

joelpt commented 12 years ago

Fixed per issue referenced above.