Skip to content

Instantly share code, notes, and snippets.

View w9w's full-sized avatar

Max Yaremchuk w9w

View GitHub Profile
@w9w
w9w / automated.py
Created December 14, 2024 16:29 — 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):