Skip to content

Instantly share code, notes, and snippets.

View Jammizzle's full-sized avatar

Jamie Belcher Jammizzle

  • i-neda
  • Southampton
View GitHub Profile
@Jammizzle
Jammizzle / export_multi_repo_issues_to_csv.py
Last active May 25, 2021 08:01 — forked from Kebiled/export_multi_repo_issues_to_csv.py
Export Issues from Github repo to CSV (API v3 and ZenHub API)
#!/usr/bin/python
import csv
import json
import requests
import configparser
"""
Usage:
Add the following to config.ini with appropriate values: