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

app telegram-webhook

A webhook server can forward messages from a source to Telegram chat(s)

1 unstable release

0.1.0 Sep 6, 2023

#15 in #forward

44 downloads per month

GPL-3.0 license

33KB
82 lines

Telegram Webhook

A webhook server can forward messages from a source to Telegram chat(s).

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

Installation options

  1. Download from https://github.com/hack-ink/telegram-webhook/releases.
  2. Install from crates.io cargo install telegram-webhook.
  3. 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

  1. Search for the bot @rwa_data_bot on Telegram and start a conversation with it by sending /start.
  2. Tap on the Chat button and choose the specific chat you wish to retrieve the ID for.

Dependencies

~27–43MB
~774K SLoC