An open API service indexing awesome lists of open source software.

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

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 用)