A Telegram version of the old known bot.
Create .env file:
TELEGRAM_TOKEN=telegram_bot_token
TELEGRAM_CHATID=telegram_channel_id
DEBUG=falseCreate docker-compose.yaml file:
version: "3"
services:
app:
image: salemgolem/glazov-bot:latest
restart: always
environment:
TELEGRAM_TOKEN: ${TELEGRAM_TOKEN}
TELEGRAM_CHATID: ${TELEGRAM_CHATID}
DEBUG: ${DEBUG}Run
docker compose up -d/nick Nickname - setup your old nickname from IRC