{"id":51036188,"url":"https://github.com/maxwelljens/llm_aggregator","last_synced_at":"2026-06-22T06:30:43.345Z","repository":{"id":357788081,"uuid":"1238546975","full_name":"maxwelljens/llm_aggregator","owner":"maxwelljens","description":"A CLI tool to aggregate RSS feeds and summarise them with LLMs","archived":false,"fork":false,"pushed_at":"2026-05-14T08:19:30.000Z","size":3431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-14T10:28:37.930Z","etag":null,"topics":["aggregator","ai","automation","cli","llm","rss","rss-feed","terminal","tui"],"latest_commit_sha":null,"homepage":"https://codeberg.org/maxwelljensen/llm_aggregator","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxwelljens.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-14T08:09:23.000Z","updated_at":"2026-05-14T08:19:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxwelljens/llm_aggregator","commit_stats":null,"previous_names":["maxwelljens/llm_aggregator"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/maxwelljens/llm_aggregator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxwelljens%2Fllm_aggregator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxwelljens%2Fllm_aggregator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxwelljens%2Fllm_aggregator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxwelljens%2Fllm_aggregator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxwelljens","download_url":"https://codeload.github.com/maxwelljens/llm_aggregator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxwelljens%2Fllm_aggregator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34637937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aggregator","ai","automation","cli","llm","rss","rss-feed","terminal","tui"],"created_at":"2026-06-22T06:30:40.466Z","updated_at":"2026-06-22T06:30:43.334Z","avatar_url":"https://github.com/maxwelljens.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ellm_aggregator\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/logo.svg\" alt=\"LLM Aggregator logo\" width=500\u003e\n    \u003cbr\u003e\n    \u003cstrong\u003eAggregate RSS feeds and summarise them with LLMs\u003c/strong\u003e\n\u003c/p\u003e\n\n![Codeberg Release](https://img.shields.io/gitea/v/release/maxwelljensen/llm_aggregator?gitea_url=https%3A%2F%2Fcodeberg.org\u0026style=for-the-badge)\n![Codeberg License](assets/eupl-12-badge.svg)\n\n---\n\n## What is it?\n\n`llm_aggregator` fetches articles from multiple RSS/Atom feeds, filters and\nprocesses the content, and sends it to any OpenAI-compatible LLM to produce a\nconcise summary, without you needing to read dozens or hundreds of posts.\n\n**Supports**: RSS 2.0, Atom, JSON Feed | OpenAI-compatible APIs | Local LLMs\n(Ollama, etc.) | TUI with live progress | Text/Markdown/JSON output\n\n---\n\n## Quick start\n\n```bash\n# Create a feeds file\ncat \u003e feeds.txt \u003c\u003c 'EOF'\nhttps://news.ycombinator.com/rss\nhttps://lwn.net/headlines/newrss\nEOF\n\n# Run\nllm_aggregator --api-key \u003cYOUR_KEY\u003e --base-url \u003cURL\u003e \\\n-f feeds.txt -p \"What are the top tech stories today?\"\n```\n\n**First run?** See [docs/USAGE.md](docs/USAGE.md) for installation, configuration,\nand all available options.\n\n---\n\n## Key features\n\n| | |\n|--|--|\n| 🚀 | Concurrent feed fetching with rate limiting |\n| 🔍 | Keyword filtering (include/exclude, case‑insensitive) |\n| 📅 | Date‑based filtering and sorting (date/title/source) |\n| 🤖 | Any OpenAI-compatible API (Deepseek, Ollama, OpenRouter, …) |\n| 🖥️ | Interactive TUI with progress bar and mouse scrolling |\n| 📦 | Config file, environment variables, and CLI flags |\n| 📄 | Read feeds directly from stdin via `--stdin` |\n| 🔧 | Dry‑run mode to validate config without API calls |\n\n---\n\n## TUI mode\n\nEnable the TUI with `-t` for a colourful progress bar, live article counters,\nand elapsed time. The TUI renders LLM output as styled Markdown (headers,\nbold, code blocks, lists) and supports keyboard navigation (j/k, arrows, b,\ng/G) and mouse wheel scrolling.\n\n![LLM Aggregator action in GIF](./assets/demo.gif)\n\n---\n\n## Architecture\n\n```\nFeeds file / stdin\n        ↓\n  ┌─────────────┐\n  │  aggregator │   RSS/Atom/JSON Feed parsing, concurrent fetching\n  └─────────────┘\n        ↓\n  ┌─────────────┐\n  │  processor  │   Filter by keywords/age, sort, truncate\n  └─────────────┘\n        ↓\n  ┌─────────────┐\n  │     llm     │   OpenAI-compatible API call\n  └─────────────┘\n        ↓\n  ┌─────────────┐\n  │   output    │   Text / Markdown / JSON\n  └─────────────┘\n```\n\n## Configuration precedence\n\n```\nCLI flags  \u003e  Environment variables  \u003e  Config file  \u003e  Defaults\n```\n\nCreate `~/.config/llm_aggregator/config.toml` (see\n[docs/USAGE.md](docs/USAGE.md#configuration) for the full reference).\n\n## Building\n\nDetailed build instructions (standard build, goreleaser, cross-compilation,\nman page installation, tests, and linting) are in\n[docs/BUILD.md](docs/BUILD.md).\n\n---\n\n## Licence\n\nThis project is licensed under [European Union Public Licence\n1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxwelljens%2Fllm_aggregator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxwelljens%2Fllm_aggregator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxwelljens%2Fllm_aggregator/lists"}