Discover trending GitHub project opportunities through multi-source signal analysis.
TrendForge scans multiple sources to identify emerging opportunities for developer/efficiency tools:
- GitHub Trending — what's gaining stars right now
- Hacker News — what technical people are excited about
- Reddit — what developers are asking for / complaining about
Then it scores opportunities based on:
- Demand — how many people are talking about it
- Trend velocity — how fast interest is growing
- Gap — how underserved the space is
- Feasibility — can a solo/small team build it
# Install
pip install -e .
# Run analysis
trendforge scan
# Generate report
trendforge report --format markdownEdit config.yaml to customize:
- Focus areas (what types of tools you care about)
- Data sources and filters
- Analysis parameters
collectors/ # Data source scrapers
github.py # GitHub Trending
hackernews.py # HN API
reddit.py # Reddit API
analyzer.py # Signal aggregation + scoring
reporter.py # Report generation
main.py # CLI entry point
MIT