Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# Originally modified from A. Israel's script seen at
# https://gist.github.com/aisrael/b2b78d9dfdd176a232b9
from __future__ import print_function
import argparse
import github
import os
import re
import sys