From 3fbe633665928d49cb5a31dec407ed91679aa13d Mon Sep 17 00:00:00 2001 From: Dmytro Marchuk Date: Thu, 24 Oct 2024 09:04:05 +0300 Subject: [PATCH] Update README.md #dockerpush --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index faebbdf..fb417ef 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A small tool for automatically forwarding telegram messages from a source chat to a list of destination chats as they appear. -- Monitoring multiple sources and forwards/copies messages to all defined destinations -- Forwarding (with 'Forwarded to' label) or just copying (post as new) messages to destinations +- Monitoring multiple sources and forwarding/coying messages to all the defined destinations +- Forwarding (with 'Forwarded to' label) or just copying (posting as new) messages to destinations - Filtering messages with regular expressions - `--auth-only` flag to only interactively login to Telegram and then exit - This app uses Client API, so there is no need to create any bots and be an admin of the group/channel from where you @@ -32,8 +32,8 @@ is `simple-telegram-forwarder.config.json`. |------------------------------------------------|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------| | `$.api_hash` | `cb01sdfe7922afd2970359f6aa76d0` | `api_hash` obtained from creating a Telegram application | | `$.api_id` | `98011131` | `api_id` obtained from creating a Telegram application | -| `$.forwarding_config.sources[*].username` | `@telegram` | Username or channel name of the source. Use this field or `$.forwarding_config.source.chat_id` | -| `$.forwarding_config.sources[*].chat_id` | `-1001005640892` | Chat ID of the source. Use i.e. `@userinfobot` to get it. Use this field or `$.forwarding_config.source.username` | +| `$.forwarding_config.sources[*].username` | `@telegram` | Username or channel name of the source. Use this field or `$.forwarding_config.sources[*].chat_id` | +| `$.forwarding_config.sources[*].chat_id` | `-1001005640892` | Chat ID of the source. Use i.e. `@userinfobot` to get it. Use this field or `$.forwarding_config.sources[*].username` | | `$.forwarding_config.destinations` | | Array of destinations. Must contain at least one | | `$.forwarding_config.destinations[*].username` | `@telegram` | Username or channel name of the source. Use this field or `$.forwarding_config.destinations[*].chat_id` | | `$.forwarding_config.destinations[*].chat_id` | `-1001005640892` | Chat ID of the destination. Use i.e. `@userinfobot` to get it. Use this field or `$.forwarding_config.destinations[*].username` |