Skip to content

Instantly share code, notes, and snippets.

View tholder's full-sized avatar

Tom Holder tholder

View GitHub Profile
@tholder
tholder / export_repo_issues_to_csv.py
Last active July 14, 2016 14:07 — forked from unbracketed/export_repo_issues_to_csv.py
Export Issues from Github repo to CSV (API v3)
"""
Exports Issues from a specified repository to a CSV file
Uses basic authentication (Github username + password) to retrieve Issues
from a repository that username has access to. Supports Github API v3.
"""
import csv
import requests
import icu #to install CFLAGS=-I/usr/local/opt/icu4c/include LDFLAGS=-L/usr/local/opt/icu4c/lib pip install pyicu