This projet is a little script to retrieve some stats about one or more GitHuber. It retrieves the following informations:
- Global audience - The number of unique users that a user (or organization) can reach with its projects. It's based on the people that had stared a projet (the stargazers), the ones who forked a projet and the other that watched one of their repositoy.
- Fork audience
- Stargazers audience
At the projet's root please run:
pip install -r requirements.txt
usage: python generate_stats.py [-h] [-a ACCOUNTS] [-o OUTPUT] [-v]
Get GitHub accounts' audience.
optional arguments:
-h, --help show this help message and exit
-a ACCOUNTS, --accounts ACCOUNTS
The targeted github accounts separated by comma.
-o OUTPUT, --output OUTPUT
The output file to write data, ex: -o data.csv
-v, --verbose Show some information during process