@rederjs/adapter-telegram
v0.1.0
Published
Reder Telegram adapter — DM Claude Code, get replies, approve permissions from your phone.
Downloads
77
Maintainers
Readme
@rederjs/adapter-telegram
The reder Telegram adapter — DM your Claude Code sessions, receive replies, and approve permission prompts from your phone. Built on grammY. Part of the reder project.
Install
npm install @rederjs/adapter-telegramThen create a bot via @BotFather, drop the token into ~/.config/reder/reder.env, and enable the adapter in ~/.config/reder/reder.config.yaml:
adapters:
telegram:
module: '@rederjs/adapter-telegram'
enabled: true
config:
bots:
- session_id: reder
token: ${env:TELEGRAM_BOT_TOKEN}Pair the bot to a project: DM it to get a pair code, then run reder pair <code> from a workspace where you've already run reder sessions add.
See also: the main repo README for the Telegram quickstart and architecture diagram.
