2025-12-21 17:14:44 +01:00
2025-12-21 17:14:44 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00
2025-12-21 17:12:32 +01:00

OverUB

OverUB is a modular Telegram userbot built around a plugin-first architecture.

Quick Start

  1. Install dependencies: pip install -r requirements.txt
  2. Edit config/config.yml
  3. Run: python -m __main__

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.md
  • docs/API_REFERENCE.md
  • docs/EXAMPLES.md
  • docs/BEST_PRACTICES.md
  • docs/GITEA_SETUP.md
Description
OverUB - Advanced Modular Telegram Userbot by @overspend1
Readme 157 KiB
Languages
Python 98.9%
Shell 1.1%