ecasbot  1.3.1
EC AntiSpam bot for Telegram messenger
Installing bot into Python Virtual Environment

You can also install bot:

  1. Clone this repository:
    git clone https://github.com/xvitaly/ecasbot.git ecasbot
    git checkout stable/1.x
  2. Get API token from ;
  3. Copy configuration file config/ecasbot.json to /etc/ecasbot/ecasbot.json. You can edit it in any text editor;
  4. Create a new Python Virtual Environment:
    python3 -m venv ecasbot
  5. Activate Virtual Environment:
    source ecasbot/bin/activate
  6. Install bot using Python 3 in VENV:
    cd ecasbot
    python3 setup.py install
  7. Run installed bot with defined API key:
    APIKEY=API_KEY /bin/ecasbot