Skip to content

Instantly share code, notes, and snippets.

@RowanMcDonald
RowanMcDonald / whatthefork
Created September 7, 2018 21:46 — forked from Hellowlol/whatthefork
Check all forked branches if they are ahead of master/self open in browser
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Dirty script to check if any forks in ahead of master and open that branch commitlist
Warning: Uses alot of api calls
"""
import requests
from requests.auth import HTTPBasicAuth