Skip to content

beyondlex/trend-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrendForge 🔥

Discover trending GitHub project opportunities through multi-source signal analysis.

What it does

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

Quick start

# Install
pip install -e .

# Run analysis
trendforge scan

# Generate report
trendforge report --format markdown

Configuration

Edit config.yaml to customize:

  • Focus areas (what types of tools you care about)
  • Data sources and filters
  • Analysis parameters

Architecture

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

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors