Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation
Learn how to use BotMux
Build and install BotMux from source
git clone https://github.com/skrashevich/botmux.git cd botmux go build -o botmux .
go install
go install github.com/skrashevich/botmux@latest
# With token flag ./botmux -token "123456:ABC-DEF..." # With environment variable export TELEGRAM_BOT_TOKEN="123456:ABC-DEF..." ./botmux # Custom address ./botmux -token "TOKEN" -addr :9090
-token
""
TELEGRAM_BOT_TOKEN
-addr
:8080
-db
botdata.db
-webhook
-tg-api
TELEGRAM_API_URL
-demo
false
DEMO_MODE=true
Was this page helpful?