GitHub – RichardAtCT/claude-code-telegram: A powerful Telegram bot that provides remote access to Claude Code, enabling developers to interact with their projects from anywhere with full AI assistance and session persistence. Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert RichardAtCT / claude-code-telegram Public Notifications You must be signed in to change notification settings Fork 120 Star 828 A powerful Telegram bot that provides remote access to Claude Code, enabling developers to interact with their projects from anywhere with full AI assistance and session persistence. 828 stars 120 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings RichardAtCT/claude-code-telegram main Branches Tags Go to file Code Open more actions menu Folders and files Name Name Last commit message Last commit date Latest commit History 85 Commits 85 Commits .github/ workflows .github/ workflows config config docs docs src src tests tests .env.example .env.example .gitignore .gitignore CHANGELOG.md CHANGELOG.md CLAUDE.md CLAUDE.md CONTRIBUTING.md CONTRIBUTING.md Makefile Makefile README.md README.md SECURITY.md SECURITY.md SYSTEMD_SETUP.md SYSTEMD_SETUP.md poetry.lock poetry.lock pyproject.toml pyproject.toml setup.cfg setup.cfg View all files Repository files navigation Claude Code Telegram Bot A Telegram bot that gives you remote access to Claude Code . Chat naturally with Claude about your projects from anywhere — no terminal commands needed. What is this? This bot connects Telegram to Claude Code, providing a conversational AI interface for your codebase: Chat naturally — ask Claude to analyze, edit, or explain your code in plain language Maintain context across conversations with automatic session persistence per project Code on the go from any device with Telegram Receive proactive notifications from webhooks, scheduled jobs, and CI/CD events Stay secure with built-in authentication, directory sandboxing, and audit logging Quick Start Demo You: Can you help me add error handling to src/api.py? Bot: I’ll analyze src/api.py and add error handling… [Claude reads your code, suggests improvements, and can apply changes directly] You: Looks good. Now run the tests to make sure nothing broke. Bot: Running pytest… All 47 tests passed. The error handling changes are working correctly. 1. Prerequisites Python 3.10+ — Download here Poetry — Modern Python dependency management Claude Code CLI — Install from here Telegram Bot Token — Get one from @BotFather 2. Install git clone https://github.com/RichardAtCT/claude-code-telegram.git cd claude-code-telegram make dev 3. Configure cp .env.example .env # Edit .env with your settings: Minimum required: TELEGRAM_BOT_TOKEN=1234567890:ABC-DEF1234ghIkl-zyx57W2v1u123ew
Source: GitHub Trending | Original Link