spearbit-audits / compile-issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile issues from a spearbit audit github repo

Requirements

PyGithub

pip install --user pygithub

Configuration

You will need to generate a personal access token that can access private repositories. GitHub docs.

Check the "repo" option: full control of private repositories.

After that update the config.py file locally with the token and a reference to the GithHub repo.

Running

python3 compile.py

The file report.md would contain the generated report.

Notes

  • The original GitHub issues can be edited and the report can be regenerated with the updates!

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%