Skip to content

Simple Github repository contributions analyser 🐝🐝🐝

License

Notifications You must be signed in to change notification settings

colxi/contribee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐝 ContriBee 🐝

A simple GitHub repository contributions analyser for the command line

  • Number of PRs created
  • Number of PRs reviewed
  • Number of comments left during PR reviews
  • Total number of changes performed (additions + deletions)

Screenshot 2025-03-23 at 23 56 50

Installation

Clone the repository locally and run:

$ pnpm install

You can use npm or yarn as well, but the project is optimized for pnpm

Usage

IMPORTANT: Node version >=23.10.0 is required, as the program needs Typescript support

$ pnpm start -r <repo-owner>/<repo-name> -d <duration> -t <auth-token> -c <username1, username2>

If you plan run it regularly using the same parameters, you can create a config file in the root of the project (use config.example.json as reference) and simply run:

$ pnpm start

...or in case you want to override some of the configuration file parameters...

$ pnpm start -d 1w

For more options type:

$ pnpm start -h

About

Simple Github repository contributions analyser 🐝🐝🐝

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published