My solution was dumb simple: a Python script that connects Telegram to a Claude Code session running in tmux. It types your message into the terminal (send-keys) and reads back what's on screen (capture-pane). That's it.
No API key needed. No extra cost. If you're already paying for Claude Code, this just lets you use it remotely.
- Single Python file - Works on any Linux/WSL box with tmux - Optional response summarization
GitHub: https://github.com/breaktheready/liteclaw