/orbit-db-community-stats

A script to get stats for the orbitdb GitHub organization

Primary LanguagePythonMIT LicenseMIT

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.