/userbyte

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

UserByte πŸ€–πŸ”₯

Userbyte is a Simple and Easy to use Telegram Userbot Written in Python with Pyrogram and SQLAlchemy.

Deploy ⬆️

Deploy

Create String Session 🌐

ByteStringSession

Plugin Example πŸ’ΎπŸ’Ώ

from userbyte import byte, cmd
from pyrogram import Filters, Message

ALIVE = "Yes Boss, Im Alive"

@byte.on_message(Filters.command("alive", cmd) & Filters.me)
async def _alive(app, message):
      await message.edit(ALIVE)

Inspired by 😊😚