Telegram Bot for sending whisper messages
- Python 3.9 or higher
- A Telegram API key
- A Telegram Bot created with BotFather with "inline mode" and "Inline Feedback" enabled
Create a new config.ini
, copy-pate 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/python bot.py
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 <https://www.gnu.org/licenses/>.