/block-menu-telegram

Block menu for telegram-bot

Primary LanguagePython

Installing

  1. You need to create a virtual environment $ python3.10 -m venv venv

  2. Activate virtual environment $ source venv/bin/activate

  3. Install required packages $ pip install pyTelegramBotAPI==4.5.0 or $ python -m pip install pyTelegramBotAPI

TOKEN

In the 5th line of the bot.py file, you must specify the TOKEN of your telegram bot between quotes '...'