Create stats on the Bitcoin github repo.
Creates global and per-user stats, based on flags passed to repo_stats.py.
- Clone the bitcoin-gh-meta repository,
pull the latest master, and set the
GH_META_DIRparameter inrepo_stats.py. - Run
repo_stats.py -bto generate the comma separated value files of repo stats. - Run
repo_stats.py -gfor global stats andrepo_stats.py -c <contributor>for contributor stats. Use the-y <year>flag to generate stats for a different year.
Run repo_stats.py --help to print help text.