Skip to main content

rugmunchbot Installation ๐ŸŸข

Run your own instance (white-label or private team bot).

Prerequisitesโ€‹

Dockerโ€‹

git clone https://git.rugmunch.io/RugMunchMedia/rugmunchbot.git
cd rugmunchbot
cp .env.example .env
# set TELEGRAM_BOT_TOKEN and RMI_BACKEND_URL
docker compose up -d --build

Verifyโ€‹

Message your bot /start in Telegram. It should reply with the command menu.

Webhook vs pollingโ€‹

  • Polling (default): zero-config, fine for private instances.
  • Webhook: set WEBHOOK_URL โ€” required for high-volume public bots; lower latency.