f5c8507ac71c7acd1e948ef935be87fd90bedf01
OverUB
OverUB is a modular Telegram userbot built around a plugin-first architecture.
Quick Start
- Install dependencies:
pip install -r requirements.txt - Edit
config/config.yml - Run:
python -m __main__ - Optional: set
bot.login_modetoqrfor QR login
CLI
python -m __main__ create-plugin <name>python -m __main__ validate-plugin <path>python -m __main__ build-plugin <path>python -m __main__ docs-plugin <path>python -m __main__ test-plugin <path>
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.mddocs/API_REFERENCE.mddocs/EXAMPLES.mddocs/BEST_PRACTICES.mddocs/GITEA_SETUP.md
Description
Languages
Python
98.9%
Shell
1.1%