Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
/ google-code-export Public archive

Export your Google Code project to XML.

Notifications You must be signed in to change notification settings

mconf/google-code-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

google-code-export

Export your Google Code project to XML.

git clone git://github.com/mconf/google-code-export.git
easy_install BeautifulSoup
cd google-code-export/src

Standard parsing:

python main.py -p myproject -s 1 -c 100

Filtering by label (only saves issues with this label):

python main.py -p myproject -s 1 -c 100 -l "Component-MyComponentName"

Also look at src/users.dat and src/status.dat for users and statuses mappings.

About

Export your Google Code project to XML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages