Skip to content

Instantly share code, notes, and snippets.

View amosk's full-sized avatar

Amos Kittelson amosk

View GitHub Profile
@bavovna
bavovna / gh-issues-import.py
Created June 14, 2011 22:59
GitHub repository issues import
import urllib2
import json
from StringIO import StringIO
import base64
#==== configurations =======
username = "user@example.com"
password = "naked_password"
src_repo = "octocat/Hello-World"
dst_repo = "helloworld-inc/Hello-World"