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.
Документация
Узнайте, как использовать BotMux
Сборка и установка BotMux из исходного кода
git clone https://github.com/skrashevich/botmux.git cd botmux go build -o botmux .
go install
go install github.com/skrashevich/botmux@latest
# С флагом токена ./botmux -token "123456:ABC-DEF..." # С переменной окружения export TELEGRAM_BOT_TOKEN="123456:ABC-DEF..." ./botmux # Пользовательский адрес ./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
Была ли эта страница полезной?