Command line tool to get number of PRs reviewed by a user.
Use --help
to see all options.
$ gitstats --help
Usage: gitstats [OPTIONS]
This script will print the number of PRs reviewed by the user in the given
timeframe.
Options:
-t, --token TEXT Github token
-u, --username TEXT Github username
-o, --org TEXT Github org
-r, --repos TEXT ',' separated github repos
-s, --start_timestamp TEXT Start time in epoch format
-e, --end_timestamp TEXT End time in epoch format
--help Show this message and exit.
The script by default attempts to read the options from the environment variables. Set the following environment variables:
GITHUB_TOKEN
- GitHub tokenGITHUB_USERNAME
- GitHub usernameGITHUB_ORGANIZATION
- GitHub organizationGITHUB_REPOS
- Comma separated list of GitHub repositories
If the environment variables are not set, the script will prompt for the values.
When the script is run, it will print the number of PRs reviewed by the user in the last two weeks.
$ gitstats
Repos ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 • 0:00:06 0:00:00
╭───┬───────────┬─────────────────────────────────────────────────────────────────────┬───────╮
│ │ Repo │ PR Title │ PR ID │
├───┼───────────┼─────────────────────────────────────────────────────────────────────┼───────┤
│ 0 │ gitrepo_1 │ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiu │ 101 │
│ 1 │ gitrepo_2 │ Lorem ipsum dolor sit amet, consectetur adipiscing elit, │ 100 │
╰───┴───────────┴─────────────────────────────────────────────────────────────────────┴───────╯
PRs reviewed between 2022-07-04 and 2022-07-18: 2