Skip to content

Instantly share code, notes, and snippets.

View jeremiq's full-sized avatar
:octocat:
hacking, climbing, proving theorems

Jeremiah Edwards jeremiq

:octocat:
hacking, climbing, proving theorems
View GitHub Profile
@jeremiq
jeremiq / springer-free-maths-books.md
Created December 28, 2015 17:24 — forked from bishboria/springer-free-maths-books.md
Springer have made a bunch of maths books available for free, here are the direct links
"""
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