Makes your life easier
KenzoAgada's GISFAC was taken as a base.
- Support of the Analysis reports
- Calculation of rewards for H/M issues
- NodeJS v20
- GitHub personal key with the
repo
permission - CREATE HERE - Access to C4 findings repositories
- Run
yarn
to install the deps - Create
.env
GH_API_TOKEN=ghp_yourpersonaltoken
REPO=code-423n4/some-repo-findings
HM_POT=1000000
- Run
yarn start
- Drink a tea...
- See a
.csv
file in the./out
folder. It uses;
delimiter, and you can import it into Google Spreadsheets or Excel.
- make logs nicer
The repo is under the MIT license; feel free to use it!