https://github.com/stakiran/github-trend-summarizer
Scrapes GitHub Trending and generates per-repo summaries using Claude Code
https://github.com/stakiran/github-trend-summarizer
claude-code github-pages summarization trends
Last synced: about 1 month ago
JSON representation
Scrapes GitHub Trending and generates per-repo summaries using Claude Code
- Host: GitHub
- URL: https://github.com/stakiran/github-trend-summarizer
- Owner: stakiran
- License: mit
- Created: 2026-04-02T22:54:48.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-05-07T20:29:58.000Z (about 2 months ago)
- Last Synced: 2026-05-07T22:28:04.665Z (about 2 months ago)
- Topics: claude-code, github-pages, summarization, trends
- Language: Python
- Homepage: https://stakiran.github.io/github-trend-summarizer/
- Size: 597 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-trend-summarizer
GitHub Trending のリポジトリを収集し、Claude Code で各リポジトリを自律探索してサマリーを生成するツール。
## 👀 [index.md](docs/index.md) or [website](https://stakiran.github.io/github-trend-summarizer/)
## 必要なもの
- Python 3.9+
- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) (`claude` コマンドが使えること)
- curl, tar
## セットアップ
```
pip install -r requirements.txt
```
## 使い方
```
python main.py
```
## 出力
- `workspace/{repo}/` — ダウンロードしたソースコード (.git/ なし)
- `docs/{repo}.md` — 各リポジトリのサマリー (frontmatter 付き)
- `docs/index.md` — 一覧ページ (GitHub Pages 用)