https://github.com/dashezup/ezwhisperbot
Telegram Bot for sending whisper messages
https://github.com/dashezup/ezwhisperbot
bot pyrogram python smart-plugins telegram telegram-bot whispers
Last synced: about 1 year ago
JSON representation
Telegram Bot for sending whisper messages
- Host: GitHub
- URL: https://github.com/dashezup/ezwhisperbot
- Owner: dashezup
- License: agpl-3.0
- Created: 2021-05-02T02:56:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T08:32:00.000Z (about 4 years ago)
- Last Synced: 2025-03-25T04:41:29.720Z (about 1 year ago)
- Topics: bot, pyrogram, python, smart-plugins, telegram, telegram-bot, whispers
- Language: Python
- Homepage: https://t.me/ezWhisperBot
- Size: 49.8 KB
- Stars: 28
- Watchers: 1
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## ezWhisperBot
Telegram Bot for sending whisper messages
### Requirements
- Python 3.8 or higher
- A [Telegram API key](https://docs.pyrogram.org/intro/setup#api-keys)
- A Telegram Bot created with [BotFather](https://t.me/BotFather)
with "inline mode" and "Inline Feedback" enabled
### Setup
Create a new `config.ini`, copy-paste the following and replace the values with
your own
```
[pyrogram]
api_id = 1234567
api_hash = 0123456789abcdef0123456789abcdef
bot_token = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
```
Run the bot
```
virtualenv venv
venv/bin/pip3 install -U -r requirements.txt
venv/bin/python3 bot.py
```
### License
AGPL-3.0-or-later
```
ezWhisperBot, Telegram Bot for sending whisper messages
Copyright (C) 2021 Dash Eclipse
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```