Skip to content

Instantly share code, notes, and snippets.

@msztolcman
msztolcman / export_github_issues.py
Created December 11, 2011 02:02 — forked from jj0hns0n/export_github_issues.py
Export GitHub issues and comments to a csv files
#!/usr/bin/env python -tt
# -*- coding: utf-8 -*-
from __future__ import print_function, unicode_literals
import os, os.path
import sys
import re
import time
from pprint import pprint