Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 521 Bytes

OrbitDB Community Stats

Statistics for the orbitdb GitHub organization

Written in Python 3 using the PyGithub library

Install

$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt

Usage

$ GITHUB_TOKEN=[enter GH token here] python3 stats.py

Contributing

PRs and Issues welcome! What stats would you like to see more of?

License

This code is released under the MIT license.