Skip to content

Instantly share code, notes, and snippets.

View williamli's full-sized avatar

Willi#m williamli

View GitHub Profile
@williamli
williamli / export_github_issues.py
Created July 3, 2012 17:21 — forked from jj0hns0n/export_github_issues.py
Export GitHub issues to a csv file
import csv
from github2.client import Github
# api settings for github
git_username = ''
git_api_token = ''
git_repo = ''
# csv name
csv_name = "git_hub_issues.csv"