Skip to content

Instantly share code, notes, and snippets.

View chkumar246's full-sized avatar

Chandan Kumar chkumar246

View GitHub Profile
@akumria
akumria / find-forks.py
Last active March 9, 2024 01:39
A quick way to find all the forks of a particular github project. see: https://github.com/akumria/findforks for a version which works now
#!/usr/bin/env python
import os
import urllib2
import json
import subprocess
user=None
repo=None