Skip to content

Instantly share code, notes, and snippets.

View carltonmason's full-sized avatar

Carlton Mason carltonmason

View GitHub Profile

My notes for using k3d to run clusters locally with Tekton

Updated for working with k3d 3.x

Prereqs:

@carltonmason
carltonmason / export_repo_issues_to_csv.py
Created May 19, 2016 17:52 — forked from unbracketed/export_repo_issues_to_csv.py
Export Issues from Github repo to CSV (API v3)
"""
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