| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of Pyrogram plugins made by the community
Pyrogram Smart Plugins allow users to create and easily share modular framework's components with minimal boilerplate code. This repository is meant to collect awesome Pyrogram plugins.
from pyrogram import Client
app = Client("my_account", plugins=dict(root="plugins"))You found a bug on a plugin or want to extend one? Or maybe you have ideas on how the plugin system can be improved? That's great! Open a new GitHub Issue and let's discuss about it.
| Name | Description | Usage |
|---|---|---|
| haste, by delivrance | Upload text to hastebin.com and send its link | Reply to a group chat text message with !haste |
| welcome, by delivrance | Greet new members with a welcome message | Run and wait for new members to join your groups |
| eval, by Furoin | Evaluate a Python expression and send the result | Example: !eval 1+2+3 |
| replace, by brightside | Search and Replace a part of a message to suggest user if he meant something else | Reply to a group chat text message with !r <old>/<new> |
| Back | FazBrowse Home | New Git URL |