Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sigari-Dev/Self-Userbot

Userbot for telegram with pyrogram[Multi-plugin]
https://github.com/Sigari-Dev/Self-Userbot

Last synced: 3 months ago
JSON representation

Userbot for telegram with pyrogram[Multi-plugin]

Awesome Lists containing this project

README

        



PiniGerSelf



Pluggable Telegram UserBot


# PiniGerSelf 🔥

![Python Version](https://img.shields.io/badge/python-3.8/3.9-lightgrey)
![Stars](https://img.shields.io/github/stars/Sigari-Dev/Self-Userbot)
![Forks](https://img.shields.io/github/forks/Sigari-Dev/Self-Userbot)
![Repo Size](https://img.shields.io/github/repo-size/Sigari-Dev/Self-Userbot)

> **PiniGerSelf** is a Powerful , Pluggable Telegram UserBot written in Python using [Pyrogram](https://github.com/pyrogram/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
```python
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 đź’¬](https://t.me/PiniGerSelf),

-
[Support ❤️](https://t.me/PiniGerSelf_GP)

### Powered

> ©2022 - PiniGerTeam™