Skip to content

Instantly share code, notes, and snippets.

View lauraGgit's full-sized avatar
🇺🇸
USA

Laura Gerhardt lauraGgit

🇺🇸
USA
  • Personal projects
  • Washington, DC
View GitHub Profile
@lauraGgit
lauraGgit / githubIssuesToCsv.py
Last active March 17, 2016 20:45 — forked from vdavez/githubIssuesToCsv.py
gh-issues-to-csv.py
import requests
import json
import sys
import csv
def getIssues(url):
"""
@param {url} The url of the github issues
@return the json object