Skip to content

Instantly share code, notes, and snippets.

@jgmize
jgmize / github_issues.py
Last active March 18, 2021 12:25 — forked from patrickfuller/github_issues_to_csv.py
Export Issues from Github repo to json or csv (API v3)
#!/usr/bin/env python3
"""
Exports issues from a list of repositories to individual csv files.
Uses basic authentication (Github username + password) to retrieve issues
from a repository that username has access to. Supports Github API v3.
Forked from https://gist.github.com/patrickfuller/e2ea8a94badc5b6967ef3ca0a9452a43
"""
import argparse
import csv
import json
We couldn’t find that file to show.
@jgmize
jgmize / index.html
Last active August 29, 2015 14:02 — forked from enjalot/index.html
<!DOCTYPE html>
<meta charset="utf-8">
<style>
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<svg width=960px height=500px>
<g transform='translate(166, 108)'>
<circle cx=142 cy=10 r=30 fill='#25B0B0'>