Skip to content

Telegram bot to replace old IRC commands

Notifications You must be signed in to change notification settings

salemgolemugoo/glazov-bot

Repository files navigation

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

About

Telegram bot to replace old IRC commands

Resources

Stars

Watchers

Forks

Packages

No packages published