Link a project directory to a Telegram bot that chats with Claude
Project description
link-project-to-chat
Chat with Claude about a project via Telegram. Links a local directory to a Telegram bot — send messages, get responses with full project context.
Security warning
This tool runs claude --dangerously-skip-permissions and exposes a /run command for arbitrary shell execution. It is a remote shell on your machine. Only use it with a bot token you control and never share the token.
Access is restricted to a single Telegram username. On first contact, the bot locks in that user's numeric Telegram ID — subsequent requests are validated by ID, not username, so a username change cannot bypass access.
Requirements
- Python 3.11+
- Claude Code installed and authenticated (
claudeon PATH) - A Telegram bot token — create a bot via @BotFather on Telegram
Install
pipx install link-project-to-chat
Usage
Quick start (no config file)
link-project-to-chat start --path /path/to/project --token YOUR_BOT_TOKEN --username your_telegram_username
With config
# Set your Telegram username (once)
link-project-to-chat configure --username your_telegram_username
# Link a project
link-project-to-chat link /path/to/project --token YOUR_BOT_TOKEN
# Start the bot
link-project-to-chat start
Multiple projects
Each project needs its own bot token. Start them in separate terminals:
link-project-to-chat start --project project-a
link-project-to-chat start --project project-b
Example session
You: what does the auth module do?
Claude: The auth module handles JWT token validation and...
You: /run pytest tests/auth/ -x
Running 12 tests...
12 passed in 3.81s
You: add a test for expired token handling
Claude: I'll add a test for that. [edits file]...
You: /tasks
+ #1 [command] pytest
+ #2 [claude] add a test for expired token...
How it works
Claude messages and /run commands both execute in parallel — they don't block each other. Claude messages share the same session context, so responses build on each other even when sent concurrently.
Commands
| Command | Description |
|---|---|
| (message) | Chat with Claude in the project context |
/run <cmd> |
Run a shell command in the project directory |
/tasks |
List active tasks |
/log <id> |
Show task output |
/cancel [id|all] |
Cancel tasks |
/model haiku/sonnet/opus |
Set Claude model |
/effort low/medium/high/max |
Set Claude thinking depth |
/compact |
Compress session context |
/reset |
Clear the Claude session |
/status |
Show bot status |
/help |
Show available commands |
CLI reference
link-project-to-chat configure --username USER
link-project-to-chat link <path> --token TOKEN [--name NAME]
link-project-to-chat unlink <name>
link-project-to-chat list
link-project-to-chat start [--project NAME] [--path PATH] [--token TOKEN] [--username USER] [--session-id ID] [--model MODEL]
Config is stored at ~/.link-project-to-chat/config.json.
Planned features
- Discord support — same interface over Discord instead of Telegram
- Voice commands — transcribe voice messages via a speech-to-text service and forward as text prompts
- Other coding agents — pluggable backend to support agents beyond Claude Code (e.g. Aider)
Contributions welcome.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file link_project_to_chat-0.4.0.tar.gz.
File metadata
- Download URL: link_project_to_chat-0.4.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.14.3 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb3f562548cf935fda44de41643665ff4d6ab10930c5ff5ea220822127aa2aab
|
|
| MD5 |
64b6ee6634937145042289116b724a0c
|
|
| BLAKE2b-256 |
dc051c4e0952841903ccc2f6ab2a8e60cdf91954f119d0b7f42b9dc054b25832
|
File details
Details for the file link_project_to_chat-0.4.0-py3-none-any.whl.
File metadata
- Download URL: link_project_to_chat-0.4.0-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.14.3 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb64c478b0abdc875764e374fbd61c7a4327193177b9c232b4e7c5a03186bf9
|
|
| MD5 |
56f4eee36d79c3c12d227cbbe2107113
|
|
| BLAKE2b-256 |
16e06b7a2724ecc6e9d4e05546efacfd8d61d83b009c79d07270ba1097450366
|