pip install --user pygithub
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.
python3 compile.py
The file report.md
would contain the generated report.
- The original GitHub issues can be edited and the report can be regenerated with the updates!