Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/Sigari-Dev/Self-Userbot
- Owner: Sigari-Dev
- Created: 2022-02-18T13:16:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T19:21:02.000Z (over 2 years ago)
- Last Synced: 2024-06-28T13:32:22.606Z (5 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.txtThen 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™