Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 417 Bytes

Telegram Bot

This is a Telegram bot that responds to specific terms in a group chat.

Setup

  1. Clone the repository:
    git clone https://github.com/dom6770/telegram-bot-responser
    cd telegram-bot-responser
    
  2. Install the requirements:
    pip install -r requirements.txt
    
  3. Setup the .env:
    cp example.env .env
    nano .env
    
  4. Run it
    python3 run.py