Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 593 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 593 Bytes

Reborn IRC #glazov bot

A Telegram version of the old known bot.

Usage

Create .env file:

TELEGRAM_TOKEN=telegram_bot_token
TELEGRAM_CHATID=telegram_channel_id
DEBUG=false

Create 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

Supported commands

/nick Nickname - setup your old nickname from IRC