{"id":50962263,"url":"https://github.com/realpacific/summarizer","last_synced_at":"2026-06-18T15:33:25.831Z","repository":{"id":364482874,"uuid":"1206146322","full_name":"realpacific/summarizer","owner":"realpacific","description":"CLI tool that summarizes text or articles at a URL using LLM. Supports Anthropic (Claude), OpenAI (GPT), Google (Gemini), and local Ollama models.","archived":false,"fork":false,"pushed_at":"2026-06-13T06:40:40.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T08:13:21.180Z","etag":null,"topics":["summarizer"],"latest_commit_sha":null,"homepage":"https://prashantbarahi.com.np/blog/summarizer","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realpacific.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-09T16:13:01.000Z","updated_at":"2026-06-13T06:48:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/realpacific/summarizer","commit_stats":null,"previous_names":["realpacific/summarizer"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/realpacific/summarizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpacific%2Fsummarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpacific%2Fsummarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpacific%2Fsummarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpacific%2Fsummarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realpacific","download_url":"https://codeload.github.com/realpacific/summarizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realpacific%2Fsummarizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34497366,"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-18T02:00:06.871Z","response_time":128,"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":["summarizer"],"created_at":"2026-06-18T15:33:23.662Z","updated_at":"2026-06-18T15:33:25.814Z","avatar_url":"https://github.com/realpacific.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# summarizer\n\n![](https://img.shields.io/github/v/tag/realpacific/summarizer?style=for-the-badge\u0026logo=github\u0026color=7c3aed)\n\n\nCLI tool that summarizes text or articles at a URL using LLM.\nSupports Anthropic (Claude), OpenAI (GPT), Google (Gemini), and local Ollama models.\n\n## Install\n\n```bash\nuv tool install git+https://github.com/realpacific/summarizer\n```\n\n## Setup\n\nRun the interactive wizard to choose a provider, model, and API key:\n\n```bash\nsummarizer init\n\n#? Choose a provider: Anthropic (Claude)\n#? Choose a model: claude-haiku-4-5\n#? Enter your Anthropic (Claude) API key: ****************\n```\n\nRe-run it anytime to switch providers or models.\n\n## Usage\n\n```bash\n# Summarize a URL\nsummarizer https://prashantbarahi.com.np/blog/your-readme-md-is-obsolete\n\n# Summarize inline text\nsummarizer \"some text to summarize\"\n\n# Summarize from stdin\ncat file.txt | summarizer\n\n# Override the model for one run\nsummarizer --model claude-haiku-4-5 https://prashantbarahi.com.np/blog/your-readme-md-is-obsolete\n\n# Summarize then enter a follow-up chat\nsummarizer --ask https://prashantbarahi.com.np/blog/your-readme-md-is-obsolete\n\n# For dynamic pages or paywalled content, copy to clipboard and pipe:\npbpaste | summarizer\n```\n\n## Summarizer + TTS\n\nPair it with [realpacific/readthis](https://github.com/realpacific/readthis) to turn any summary into on-demand audio.\n\nInstall `realpacific/readthis`:\n\n```bash\nuv tool install --python 3.12 git+https://github.com/realpacific/readthis\n```\n\nPipe any summary directly to it:\n\n```bash\n# Summarize a URL and read it aloud\nsummarizer https://prashantbarahi.com.np/blog/your-readme-md-is-obsolete | readthis\n\n# For dynamic pages or paywalled content, copy to clipboard and pipe:\npbpaste | summarizer | readthis\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealpacific%2Fsummarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealpacific%2Fsummarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealpacific%2Fsummarizer/lists"}