| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A command-line application to generate reports on pull requests for a GitHub repository over a specified period using the Gemini API for analysis.
This is a work for progress, so you can expect the codebase to change wildly
git clone <repository-url>
cd github_pr_reporterdart pub getdart run github_reporter.dart --repo <owner/repo> --github-token <YOUR_GITHUB_PAT> --gemini-key <YOUR_GEMINI_API_KEY> [--start-date <YYYY-MM-DD>] [--end-date <YYYY-MM-DD>] [--exclude-author <GITHUB_HANDLE>]For more info on how to use this tool, see USAGE.md.
This tool is being run daily for the default repos, with new reports arriving in the reports folder.
| Back | FazBrowse Home | New Git URL |