arthur-debert / google-code-issues-migrator

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

Bug fixes, formatting improvements, cleanup and tidying. #8

Closed joelpt closed 12 years ago

joelpt commented 12 years ago

Fixed comments not being pulled in from Google Code issues (they currently appear in DIVs, not TDs). Fixed Github API rate limit errors by reducing requests/second from 1.0 to 0.5. Properly excluding comments from Google Code which aren't actual human-written comments. Improved formatting of issue text, comments, and dates; now using Markdown syntax. Sorting issues by id before importing to maintain original issue sequence. Fixed handling of missing/unparseable dates. Converted to BeautifulSoup4 library. Improved code styling per PEP-8 style guide. Improved requirements section of the README.