# OverUB OverUB is a modular Telegram userbot built around a plugin-first architecture. ## Quick Start 1. Install dependencies: `pip install -r requirements.txt` - Optional for QR display: `pip install qrcode` 2. Edit `config/config.yml` 3. Run: `python -m __main__` 4. Optional: set `bot.login_mode` to `qr` for QR login ## CLI - `python -m __main__ create-plugin ` - `python -m __main__ validate-plugin ` - `python -m __main__ build-plugin ` - `python -m __main__ docs-plugin ` - `python -m __main__ test-plugin ` ## Structure See the `core/` package for the minimal base runtime and `modules/` for built-ins. ## Tests - `python -m unittest discover -s tests` ## Docs - `docs/PLUGIN_GUIDE.md` - `docs/API_REFERENCE.md` - `docs/EXAMPLES.md` - `docs/BEST_PRACTICES.md` - `docs/GITEA_SETUP.md`