Skip to content

Sigari-Dev/Self-Userbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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™

About

Userbot for telegram with pyrogram[Multi-plugin]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages