1 unstable release
0.1.0 | Sep 6, 2023 |
---|
#20 in #forward
33KB
82 lines
Installation options
- Download from https://github.com/hack-ink/telegram-webhook/releases.
- Install from crates.io
cargo install telegram-webhook
. - Clone the repository and execute
cargo build --release
.
Usage
### 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
Set the bot token
export BOT_TOKEN=the-token-that-you-got-from-the-telegram-bot-father
How to obtain the chat ID
- Search for the bot @rwa_data_bot on Telegram and start a conversation with it by sending
/start
. - Tap on the
Chat
button and choose the specific chat you wish to retrieve the ID for.
Dependencies
~25–39MB
~720K SLoC