google-code-issues-migrator icon indicating copy to clipboard operation
google-code-issues-migrator copied to clipboard

A simple script to migrate issues from google code to github.

Results 13 google-code-issues-migrator issues
Sort by recently updated
recently updated
newest added

If your github account has two-factor authentication enabled, this script will throw an exception with the following message: ``` github.GithubException.GithubException: 401 {u'documentation_url': u'https://developer.github.com/v3/auth#working-with-two-factor-authentication', u'message': u'Must specify two-factor authentication OTP code.'}...

That's all I'm getting, even though the credentials are correct. Has the github API changed again?

Thanks so much for writing and sharing this tool! I'm finding that the script crashes when the set of labels is empty. Looking at it now to see if I...

To gain better control over which issues are ported, it should be possible to provide a search query as parameter for the script, e.g. `-q, --query`. **Examples:** Issues created within...

What am I doing wrong? As best I can tell, I'm using the correct syntax. ``` $ ./migrateissues.py -d roboguice emmby google-code-issues-migrator-tester Github password: Retrieving existing Github issues... Usage: migrateissues.py...

I'd love to migrate the dygraphs issue tracker (https://code.google.com/p/dygraphs/issues/list) to its github repo (https://github.com/danvk/dygraphs). But I use the stars in the issue tracker to prioritize bugs, and I wouldn't want...

So I've been trying to move all the issues from the official Box2D Google Code project to GitHub, but for some reason it always fails with the `Bad credentials` exception....

I tried using you script for the first time and got the below error, here's my inpu It and output. What should I be doing? I have installed all the...

Hi, I used your script successfully to import all the issues at https://github.com/MutabilityDetector/MutabilityDetector/issues , very happy, thank you. To get it to work, I had to dig into the source...

It should be possible using the GitHub API to convert Google Code Milestone-foo tags into actual GitHub milestone assignments for issues.