Skip to content

SchloesserJonas/github-stats

Repository files navigation

github-stats

Setup

Duplicate or rename the config-sample.js file it to config.js
Fill in your github access token with the desired privileges.
-> Generate token

Duplicate or rename the custom-ignores-sample.js file to custom-ignores.js
Delete the default values and fill in your values, leave the array empty if you want to keep the default configuration

The script needs access to all repos that should be included in the stats (see sidenote below).

Run

Install dependencies

npm install

Run the script

node index.js

Sidenote

The script is not going to use commits for the calculations that you made to repos you lost access to or were deleted!

❗️ Disclaimer

Caution

The script uses the github API
I do NOT take responsibility for rate blockings or other consequences github may take because of the caused api traffic.

About

A PoC to test the functions of the github api that provides detailed github stats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published