Skip to content

Instantly share code, notes, and snippets.

View wiiiimm's full-sized avatar
:octocat:

wiIIimm wiiiimm

:octocat:
View GitHub Profile
@wiiiimm
wiiiimm / 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"