Skip to content

jamiefolsom/review-counter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Review Counter

Look through merged PRs and look for some value like LGTM or 👍 and credit that person with reviewing it.

Usage

python main.py \
    --token=$TOKEN \
    --since 2016-1-1 \
    --repo=mitodl/ccxcon \
    --repo=mitodl/teachersportal \
    --repo=mitocw/edx-platform \
    --repo=mitodl/lore

$TOKEN is a personal access token which has access to public_repo and repo permissions. You can generate those here.

About

Count up how many people did reviews on various repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%