A simple and efficient Telegram bot built with Python.
- Open Telegram and search for @BotFather.
- Send the command
/newbot. - Enter a name for your bot (e.g.,
CollapseBot). - Create a username for your bot (must end in
bot, e.g.,collapse_test_bot). - BotFather will send you an HTTP API Token. Copy it.
- In BotFather, type
/mybots. - Select your bot.
- Go to Bot Settings > Inline Mode and turn it ON (if required).
- Clone this repository.
- Create a file named
.envin the root directory. - Paste your API Token into the
.envfile:BOT_TOKEN=your_copied_api_token_here


