Skip to content

DevcodeOfficial/userbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😊😚

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages