Skip to content

Instantly share code, notes, and snippets.

View mvanotti's full-sized avatar
🐦
Nobody knows anything about horses

Marco Vanotti mvanotti

🐦
Nobody knows anything about horses
View GitHub Profile
@mvanotti
mvanotti / automated.py
Created January 24, 2019 17:22 — forked from MatthewWilkes/automated.py
Extract deleted commits from a GitHub repo
import argparse
import os
import re
import subprocess
import tempfile
import requests
def get_repo(owner, repo):