#telegram-bot #webhook #chat #server #forward #messages #source

app telegram-webhook

Webhook 服务器可以将消息从源传输到 Telegram 聊天室。

1 个不稳定版本

0.1.0 2023年9月6日

20#forward

GPL-3.0 许可证

33KB
82

Telegram Webhook

Webhook 服务器可以将消息从源传输到 Telegram 聊天室。

License Checks Release GitHub tag (latest by date) GitHub code lines GitHub last commit

安装选项

  1. https://github.com/hack-ink/telegram-webhook/releases 下载。
  2. 从 crates.io 安装 cargo install telegram-webhook
  3. 克隆仓库并执行 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

  1. 在 Telegram 中搜索机器人 @rwa_data_bot 并通过发送 /start 与之开始对话。
  2. 点击 Chat 按钮,选择您要获取 ID 的特定聊天。

依赖项

~25–39MB
~720K SLoC