Skip to content

lishangli/github-daily

Repository files navigation

AI-GitHub-Daily

🤖 Daily AI/LLM project discovery and recommendation from GitHub

Features

  • 🔍 Multi-strategy Discovery: Topic-based search, keyword search, trending detection
  • Smart Scoring: Multi-dimensional scoring (popularity, growth, activity, relevance, quality)
  • 📝 Rich Reports: Daily Markdown reports with categories
  • 💾 Local Storage: All data stored locally, no tracking

Quick Start

# Clone the repository
git clone https://github.com/your-repo/ai-github-daily.git
cd ai-github-daily

# Install
pip install -e .

# Run daily discovery
ai-github-daily run

# Search for specific topics
ai-github-daily search "llm agent" --min-stars 100

Configuration

Set your GitHub token for higher rate limits:

export GITHUB_TOKEN="your-github-token"

Get a token from: https://github.com/settings/tokens

Commands

Command Description
ai-github-daily run Run full daily discovery
ai-github-daily search "query" Search GitHub
ai-github-daily report Generate report from cache
ai-github-daily stats Show statistics

Output

  • Markdown report: reports/daily_YYYY-MM-DD.md
  • JSON data: reports/daily_YYYY-MM-DD.json

Scoring System

Dimension Weight Description
Popularity 25% Star count (logarithmic)
Growth 25% Recent star growth
Activity 20% Recent commits, issues
Relevance 15% AI/LLM topic matching
Quality 15% Documentation, practices

License

MIT

About

Daily AI/LLM project discovery and recommendation from GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors