This is a Telegram bot that responds to specific terms in a group chat.
- Clone the repository:
git clone https://github.com/dom6770/telegram-bot-responser cd telegram-bot-responser
- Install the requirements:
pip install -r requirements.txt
- Setup the .env:
cp example.env .env nano .env
- Run it
python3 run.py