bytes032 / issue-calculatooor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 97.1%Language:JavaScript 2.9%