Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 967 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 967 Bytes

Remove Keyboard Bot

A bot designed to remove a keyboard from chats

Getting Started

Follow the instructions below to get the bot up and running.

Requirements

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

Setting Up the Bot

  1. Create a new bot on Telegram by talking to the BotFather on Telegram and following the instructions to obtain the API token.

  2. Replace API_TOKEN in the script with the token you obtained from the BotFather.

Running the Bot

To start the bot, run the following command in the terminal:

python main.py

Usage

Send the command "/start", the bot will reply "Keyboard removed." and remove the keyboard from the chat.

License

This project is licensed under the MIT License - see the LICENSE file for details.