An automated Python CLI and API scanner that surveys curated open-source data ecosystems (polars, duckdb, scikit-learn, sqlfluff, fastapi, and more) to discover starter issues (good first issue, help wanted, documentation) while respecting GitHub API rate limits.
- Automated Discovery: Queries GitHub REST API across 14+ high-impact open-source data repositories.
- Smart Rate-Limit Handling: Detects response status
403/429and readsx-ratelimit-resetheaders with exponential backoff. - Scheduled CI Integration: A GitHub Actions cron job runs daily at
00:00 UTCto refreshtarget_issues.mdautomatically. - Markdown Export: Generates formatted issue summaries with direct repository links, labels, and issue numbers.
git clone [https://github.com/AhmadBilalDSA/github-issue-hunter.git](https://github.com/AhmadBilalDSA/github-issue-hunter.git)
cd github-issue-hunter
pip install -r requirements.txt