{"id":50294383,"url":"https://github.com/tdiprima/hottake","last_synced_at":"2026-05-28T08:01:16.528Z","repository":{"id":358907902,"uuid":"1084948408","full_name":"tdiprima/HotTake","owner":"tdiprima","description":"CLI tool that pulls trending tech topics and generates opinionated Markdown articles via local LLMs","archived":false,"fork":false,"pushed_at":"2026-05-19T15:57:43.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T17:34:51.345Z","etag":null,"topics":["content-generation","hacker-news","ollama","seo-optimization","trending-topics"],"latest_commit_sha":null,"homepage":"","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/tdiprima.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":null,"dco":null,"cla":null}},"created_at":"2025-10-28T11:38:01.000Z","updated_at":"2026-05-19T14:40:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tdiprima/HotTake","commit_stats":null,"previous_names":["tdiprima/hottake"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tdiprima/HotTake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FHotTake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FHotTake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FHotTake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FHotTake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdiprima","download_url":"https://codeload.github.com/tdiprima/HotTake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdiprima%2FHotTake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33599465,"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-05-28T02:00:06.440Z","response_time":99,"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":["content-generation","hacker-news","ollama","seo-optimization","trending-topics"],"created_at":"2026-05-28T08:01:14.190Z","updated_at":"2026-05-28T08:01:16.475Z","avatar_url":"https://github.com/tdiprima.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HotTake 🔥 💅\n\n**What's buzzing in tech right now?** HotTake finds out, writes about it, and drops polished Markdown on your desk.\n\nHotTake pulls trending topics from Hacker News and Dev.to, generates opinionated, SEO-optimized articles using a local LLM (via Ollama), and presents them to you as Markdown files.\n\n## How It Works\n\n1. **Scans for trends** — Pulls the highest-scoring stories from Hacker News and Dev.to.\n2. **Generates a take** — Sends each topic to a local Ollama model to produce a punchy, conversational article.\n3. **Optimizes for SEO** — Extracts high-traffic keywords and rewrites the introduction to rank.\n4. **Publishes** — Saves each article as a clean Markdown file. \n\n## Quick Start\n\n### Prerequisites\n\n- Python 3.10+\n- [Ollama](https://ollama.com/) running locally with a model pulled (default: `gemma4:latest`)\n\n### Install\n\n```bash\nuv sync\n```\n\n### Run\n\n```bash\ncd hottake\npython main.py\n```\n\nArticles land in the current directory as `.md` files.\n\n### Configuration\n\n| Variable | Default | Description |\n|---|---|---|\n| `OLLAMA_BASE_URL` | `http://localhost:11434/v1` | Ollama API endpoint |\n| `OLLAMA_MODEL` | `gemma4:latest` | Model to use for generation |\n| `ENABLE_SHEETS_LOGGING` | `false` | Log article metadata to Google Sheets |\n\n## Project Structure\n\n```\nhottake/\n  main.py        # Orchestration — fetch, generate, publish\n  trends.py      # Topic discovery from Hacker News and Dev.to\n  generator.py   # Article generation and SEO optimization via Ollama\n  publisher.py   # Markdown file output\n  log.py         # Optional Google Sheets logging\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdiprima%2Fhottake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdiprima%2Fhottake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdiprima%2Fhottake/lists"}