Telegrembo
Telegram bot with AMQP processing
Install / Use
/learn @maprox/TelegremboREADME
The Almighty Telegrembo
AMQP Telegram Bot for the win. Use it with caution and care!
Requirements
Installation
git clone https://github.com/maprox/telegrembo.git
cd telegrembo
npm install
Run
TOKEN=YOUR_TELEGRAM_BOT_TOKEN node .
Options
-
TOKEN ( required ) - Telegram bot token which you got from @BotFather
-
AMQP_HOST [127.0.0.1] - AMQP server host
-
AMQP_PORT [5672] - AMQP server port
-
AMQP_USERNAME [guest] - AMQP username
-
AMQP_PASSWORD [guest] - AMQP password
-
AMQP_EXCHANGE [telegram] - exchange name in AMQP server. Telegrembo listens for messages in a queue bound to this exchange
-
AMQP_QUEUE_NAME [telegram] - AMQP queue name to listen for messages
-
AMQP_QUEUE_ROUTING_KEY [telegram] - Routing key for the queue
Description
Telegrembo is a simple bot which listens for a message in an AMQP queue and forwards it to the specified telegram channel.
Current version supports only text messages. AMQP message should be a simple json with two fields:
{
"send_to": "3773839202",
"message": "Hello Virtual World!"
}
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
