Awesome
ghomfc
GitHub Organization Members' Followers Counter.
Example
List members in kubernetes.
$ date +%Y-%m-%dT%H:%M:%S%Z
2024-08-06T20:54:30JST
$ ghomfc run -format table kubernetes | head -n 12
Rank | Login (Name) | Number of Followers |
---|---|---|
1 | ahmetb (Ahmet Alp Balkan) | 8082 |
2 | terrytangyuan (Yuan Tang) | 3334 |
3 | feiskyer (Pengfei Ni) | 2479 |
4 | nikhita (Nikhita Raghunath) | 1903 |
5 | thockin (Tim Hockin) | 1818 |
6 | Pradumnasaraf (Pradumna Saraf) | 1804 |
7 | gyuho (Gyuho Lee) | 1453 |
8 | AkihiroSuda (Akihiro Suda) | 1450 |
9 | Xunzhuo (Xunzhuo) | 1193 |
10 | liggitt (Jordan Liggitt) | 1172 |
Install
ghomfc
is a single binary written in Go.
So you only need to put the executable binary into $PATH
.
brew install suzuki-shunsuke/ghomfc/ghomfc
scoop bucket add suzuki-shunsuke https://github.com/suzuki-shunsuke/scoop-bucket
scoop install ghomfc
aqua g -i suzuki-shunsuke/ghomfc
-
Download a prebuilt binary from GitHub Releases and install it into
$PATH
-
Go
go install github.com/suzuki-shunsuke/ghomfc/cmd/ghomfc@latest
Usage
ghomfc run [-format <json|table>] "<GitHub Organization name>"
Environment variables
GITHUB_TOKEN
: GitHub Access Token. This is required to call GitHub GraphQL API