Skip to content

GitHub Organization Members' Followers Counter

License

Notifications You must be signed in to change notification settings

suzuki-shunsuke/ghomfc

Folders and files

NameName
Last commit message
Last commit date
Apr 21, 2025
Apr 22, 2025
Aug 6, 2024
Apr 5, 2025
Mar 24, 2025
Apr 5, 2025
Aug 6, 2024
Aug 6, 2024
Apr 5, 2025
Apr 14, 2025
Apr 14, 2025
Apr 21, 2025

Repository files navigation

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.

  1. Homebrew
brew install suzuki-shunsuke/ghomfc/ghomfc
  1. Scoop
scoop bucket add suzuki-shunsuke https://github.com/suzuki-shunsuke/scoop-bucket
scoop install ghomfc
  1. aqua
aqua g -i suzuki-shunsuke/ghomfc
  1. Download a prebuilt binary from GitHub Releases and install it into $PATH

  2. 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

LICENSE

MIT