PiniGerSelf is a Powerful , Pluggable Telegram UserBot written in Python using Pyrogram.
$ git clone https://github.com/Sigari-Dev/Self-Userbot.git
$ cd Self-Userbot
$ chmod +x install.sh
$ ./install.sh && pip install -r requirements.txt
Then edit config.py with your favorite text editor and save it!
run:
$ python -m base
from ... import Base
from pyrogram import filters
from pyrogram.types import Message
__PLUGIN__ = "Test"
@Base.on_message(filters.regex(r"^[Tt]est$") & filters.me)
async def test(client: Base, update: Message):
await update.edit("...")
©2022 - PiniGerTeam™