CLI tool which analyzes Github event data for 1 hour.
Prerequisites
- make
- GO 1.17+
git clone https://github.com/dikaeinstein/ghanalytics
cd ghanalytics
make fetch
make build
Run ./ghanalytics -help | -h
to get help and see available options
top10Users
— Top 10 active users sorted by amount of PRs created and commits pushed.top10ReposByCommitsPushed
— Top 10 repositories sorted by amount of commits pushed.top10ReposByWatchEvents
— Top 10 repositories sorted by amount of watch events.