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.
Claude Code Telegram Bot bridges the Claude Code CLI and Telegram, letting developers send natural language requests to their codebase from any device with a Telegram client. The bot runs on Python 3.11+ and wraps the Claude Code CLI process, relaying instructions like "add error handling to src/api.py" or "run pytest" and streaming back results with real-time tool activity indicators showing file reads, edits, and bash commands as they happen. It operates in two modes: an Agentic Mode for conversational interaction and a Classic Mode offering 13 explicit terminal-style commands including /cd, /ls, /git, and /export. Sessions persist per project directory, so context carries across conversations. A standout detail is the event-driven automation layer, which accepts GitHub webhooks, runs Claude tasks on a cron schedule, and pushes notifications to Telegram chats. Authentication is enforced via an allowlist of Telegram user IDs, with directory sandboxing and audit logging included. The tool suits solo developers and small teams who want mobile or remote access to Claude Code without maintaining an open terminal session.
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Mature repo (>1y old)
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/RichardAtCT/claude-code-telegramTools overview
What people ask about claude-code-telegram
What is RichardAtCT/claude-code-telegram?
+
RichardAtCT/claude-code-telegram is tools for the Claude AI ecosystem. 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. It has 2.7k GitHub stars and was last updated 2mo ago.
How do I install claude-code-telegram?
+
You can install claude-code-telegram by cloning the repository (https://github.com/RichardAtCT/claude-code-telegram) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is RichardAtCT/claude-code-telegram safe to use?
+
Our security agent has analyzed RichardAtCT/claude-code-telegram and assigned a Trust Score of 72/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains RichardAtCT/claude-code-telegram?
+
RichardAtCT/claude-code-telegram is maintained by RichardAtCT. The last recorded GitHub activity is from 2mo ago, with 38 open issues.
Are there alternatives to claude-code-telegram?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claude-code-telegram to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/richardatct-claude-code-telegram)<a href="https://claudewave.com/repo/richardatct-claude-code-telegram"><img src="https://claudewave.com/api/badge/richardatct-claude-code-telegram" alt="Featured on ClaudeWave: RichardAtCT/claude-code-telegram" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies