Skip to content

jakebiesinger/google-code-issues-migrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 

Repository files navigation

This is a simple script to move issues from google code to github.

Some liberties have been taken (as we cannot, for example, know which google user corresponds to other user on github). But most information is complete.

This script can be run repeatedly and will just pull in new issues and new comments from Google Code without mucking up what's already on github.

Required Python libraries:

Usage:

migrate-issues.py [options] <google_project_name> <github_user_name> <github_project>

  google_project_name 	The project name (from the URL) from google code
  github_user_name 	    The Github username
  github_project 	    The Github project name, e.g. username/project

Options:
  -h, --help            show this help message and exit
  -d, --dry-run			don't modify anything on Github

    You will be prompted for your github password.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%