Show HN: I put Claude Code inside a Telegram bot for voice memos
1 points
2 hours ago
| 0 comments
| github.com
| HN
I never listen to my voice memos. Hundreds of recordings on my phone, all dead.

I built a Telegram bot that transcribes them (AssemblyAI, speaker labels, any language) — and then wired up Claude Agent SDK so you can talk to your files later.

Claude Agent SDK gives your bot the same tools Claude Code has — Read, Glob, Grep — running autonomously against your stored transcripts. Ask "what did my manager say about the deadline?" and it spawns an agent that browses your files, reads the relevant ones, and answers. Not keyword search. An actual agent reasoning over your data.

Self-hosted, your own API keys, MIT licensed. Runs anywhere Docker runs.

No one has commented on this post.