Skip to content

Instantly share code, notes, and snippets.

View dellis23's full-sized avatar

Daniel Ellis dellis23

View GitHub Profile
import argparse
import json
import requests
# Parse arguments
parser = argparse.ArgumentParser()
parser.add_argument('owner', type=str)
parser.add_argument('repo', type=str)
args = parser.parse_args()