Skip to main content

Contributing to rugmunchbot ๐ŸŸข

  • python-telegram-bot v20+, async handlers only.
  • Handlers stay thin: parse โ†’ call RMI API โ†’ render. Business logic lives in the backend.
  • Fixture-based tests for rendering (Telegram message snapshots).
  • New command โ‡’ add it to the BotFather menu via setup_commands.py and document it here.

Repo: git.rugmunch.io/RugMunchMedia/rugmunchbot