Skip to main content
VariableEquivalent FlagDescription
TELEGRAM_BOT_TOKEN-tokenTelegram bot token
TELEGRAM_API_URL-tg-apiCustom Telegram API base URL
DEMO_MODE-demoSet to true for demo mode

Usage

export TELEGRAM_BOT_TOKEN="123456:ABC-DEF..."
export TELEGRAM_API_URL="http://localhost:8081"
./botmux
Environment variables and CLI flags can be combined. CLI flags take precedence.