Skip to content

bytes032/issue-calculatooor

 
 

Repository files navigation

Issue Calculatooor

Makes your life easier

KenzoAgada's GISFAC was taken as a base.

Features

  • Support of the Analysis reports
  • Calculation of rewards for H/M issues

Requirements

  • NodeJS v20
  • GitHub personal key with the repo permission - CREATE HERE
  • Access to C4 findings repositories

How to run

  1. Run yarn to install the deps
  2. Create .env
GH_API_TOKEN=ghp_yourpersonaltoken
REPO=code-423n4/some-repo-findings
HM_POT=1000000
  1. Run yarn start
  2. Drink a tea...
  3. See a .csv file in the ./out folder. It uses ; delimiter, and you can import it into Google Spreadsheets or Excel.

TODO

  • make logs nicer

The repo is under the MIT license; feel free to use it!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.9%