A bot designed to remove a keyboard from chats
Follow the instructions below to get the bot up and running.
To run the bot, you need to have the following installed:
- Python 3.6 or higher
- Aiogram library (v2)
To install the Aiogram library, run the following command:
pip install aiogram
-
Create a new bot on Telegram by talking to the BotFather on Telegram and following the instructions to obtain the API token.
-
Replace
API_TOKEN
in the script with the token you obtained from the BotFather.
To start the bot, run the following command in the terminal:
python main.py
Send the command "/start", the bot will reply "Keyboard removed." and remove the keyboard from the chat.
This project is licensed under the MIT License - see the LICENSE file for details.