Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 445 Bytes

Telegram-DMIFAQ-Bot

An auto-reply FAQ bot designed to be used on Spotted DMI

Setup

The bot's token is loaded from the BOT_TOKEN environment variable.

After populating the environment, run 'main.py' to start the bot.

docker-compose

version: '2'
services:
  dmifaq-bot:
    container_name: dmifaq-bot
    image: ghcr.io/unict-dmi/dmifaq-bot:master
    environment:
      - BOT_TOKEN=<your-token>
    restart: unless-stopped