/Self-Userbot

Userbot for telegram with pyrogram[Multi-plugin]

Primary LanguagePython

PiniGerSelf
Pluggable Telegram UserBot

PiniGerSelf 🔥

Python Version Stars Forks Repo Size

PiniGerSelf is a Powerful , Pluggable Telegram UserBot written in Python using Pyrogram.

Deploy to Vps

$ 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

Example plugin

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("...")

Support & Discussions 👥

- Channel 💬,

- Support ❤️

Powered

©2022 - PiniGerTeam™