1 个不稳定版本
0.1.0 | 2023年9月6日 |
---|
20 在 #forward
33KB
82 行
安装选项
- 从 https://github.com/hack-ink/telegram-webhook/releases 下载。
- 从 crates.io 安装
cargo install telegram-webhook
。 - 克隆仓库并执行
cargo build --release
。
用法
### A webhook server can forward messages from a source to Telegram chat(s).
Usage: telegram-webhook [OPTIONS] --chat-id <ID>
Options:
-p, --port <PORT> Port to listen on [default: 8080]
-c, --chat-ids <ID> Telegram chat ID
-h, --help Print help
-V, --version Print version
设置机器人令牌
export BOT_TOKEN=the-token-that-you-got-from-the-telegram-bot-father
如何获取聊天 ID
- 在 Telegram 中搜索机器人 @rwa_data_bot 并通过发送
/start
与之开始对话。 - 点击
Chat
按钮,选择您要获取 ID 的特定聊天。
依赖项
~25–39MB
~720K SLoC