Skip to content

Commit

Permalink
Update README.md #dockerpush
Browse files Browse the repository at this point in the history
  • Loading branch information
smaugfm committed Oct 25, 2024
1 parent ea12994 commit 3fbe633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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` |
Expand Down

0 comments on commit 3fbe633

Please sign in to comment.