rename bot and improve forwarding logic

This commit is contained in:
2026-07-02 21:07:36 +03:00
parent c5d096b19b
commit f397916816
8 changed files with 65 additions and 20 deletions
+2 -1
View File
@@ -16,7 +16,7 @@ A Telegram bot designed for secure message forwarding with captcha verification.
1. **Clone the repository**:
```bash
git clone <repository_url>
cd Frankenstein-bot
cd AWB
```
2. **Install dependencies**:
@@ -38,6 +38,7 @@ A Telegram bot designed for secure message forwarding with captcha verification.
- `BOT_TOKEN`: Your Telegram Bot token from @BotFather.
- `GROUP_CHAT_ID`: The ID of the group where messages should be redirected.
- `ADMIN_IDS`: A comma-separated list of Telegram User IDs who can access admin commands.
- `DISABLE_CAPTCHA`: Set to `True` to disable the captcha verification step (optional, defaults to `False`).
## Usage