Create HTML-formatted contributor stats on the Bitcoin github repo. Based on bitcoin-core-stats but using a different data source and pared down features.
- Clone the github-metadata-backup-bitcoin-bitcoin,
pull the latest master, and set the
GH_META_DIRparameter incontributor-stats.py. - Set the
user(GitHub handle) andyear(year to filter data) variables incontributor-stats.py - Run
contributor-stats.py > your-output-file.htmlto generate the HTML summary report.