All Projects → DevsExpo → Xtra-Plugins

DevsExpo / Xtra-Plugins

Licence: GPL-3.0 License
A Repo Full Of Xtra Plugins For FridayUB [Pyrogram]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Xtra-Plugins

pykeyboard
Best Keyboard and Pagination for the Pyrogram Library.
Stars: ✭ 42 (+68%)
Mutual labels:  telegram, userbot, pyrogram
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+648%)
Mutual labels:  telegram, pyrogram
SmudgeLord
SmudgeLord tgBot source code.
Stars: ✭ 19 (-24%)
Mutual labels:  telegram, pyrogram
Komi-San
Telegram Group Management Bot based on Pyrogram
Stars: ✭ 27 (+8%)
Mutual labels:  telegram, pyrogram
HellBot
Telethon Based Userbot to manage your Telegram Account.
Stars: ✭ 293 (+1072%)
Mutual labels:  telegram, userbot
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+296%)
Mutual labels:  telegram, pyrogram
USERGE-X
USERGE-X. What the X ?
Stars: ✭ 133 (+432%)
Mutual labels:  userbot, pyrogram
DevelopersUserbot
Telegram Userbot Made for Developers by Developers
Stars: ✭ 25 (+0%)
Mutual labels:  userbot, pyrogram
Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+8908%)
Mutual labels:  telegram, pyrogram
TG-FileStreamBot
Stream Telegram files to web
Stars: ✭ 193 (+672%)
Mutual labels:  telegram, pyrogram
Nana-Bot
Telegram Modular Userbot using python3.7
Stars: ✭ 38 (+52%)
Mutual labels:  userbot, pyrogram
Fire-X
Powerful Telegram Maintained UserBot in Telethon
Stars: ✭ 22 (-12%)
Mutual labels:  userbot, pyrogram
FTG-Modules
Modules Repo for GeekTG Friendly-Telegram Mod
Stars: ✭ 20 (-20%)
Mutual labels:  userbot
MwK-Musics
A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support. Supports Live streaming from youtube Supports Mega Radio Fm Streamings
Stars: ✭ 38 (+52%)
Mutual labels:  pyrogram
UniBorg
Pluggable Telegram bot and userbot based on Telethon
Stars: ✭ 196 (+684%)
Mutual labels:  userbot
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (-8%)
Mutual labels:  telegram
teletakes
True Object-Oriented Telegram Bot Framework
Stars: ✭ 18 (-28%)
Mutual labels:  telegram
PyroGramBot
pluggable Telegram Bot based on Pyrogram
Stars: ✭ 168 (+572%)
Mutual labels:  pyrogram
Click-Counter-Bot
A telegram bot module for how to count total clicks on button.
Stars: ✭ 23 (-8%)
Mutual labels:  pyrogram
DeleteMessagesRoBot
Watch https://youtu.be/RHQ-RP4_pKY, or Read the Code to know how to use this Telegram Bot.
Stars: ✭ 59 (+136%)
Mutual labels:  pyrogram

Xtra-Plugins - FridayUB

A Repo That Contains Many X-Tra Plugins From FridayDevs And Third Parties.

Example 👊

Plugins 🔧

from main_startup.core.decorators import friday_on_cmd
from main_startup.helper_func.basic_helpers import edit_or_reply

@friday_on_cmd(['helloworld'],
    cmd_help={
    "help": "This is A TEST",
    "example": "{ch}helloworld"
    })
async def hello_world(client, message):
    mg = await edit_or_reply(message, "`Hello World! This Works!`")

Custom Filters 📣

from main_startup.core.decorators import listen

@listen(filters.mentioned & ~filters.me)
async def mentioned_(client, message):
    await message.reply_text("`Hello World! Btw Why Did You Mention Me?`")

Contributing 🎨

  • Contributers Are Always Welcome. You Can Contribute To This Project With Your Plugins.

How To?

  • Just Create A Pull Request With Your Plugin And Some Info in Description.
  • Please Make Sure Your Plugin Passes The GuideLines.

GuideLines

  • No Stealing. Please Don't Steal Any Plugins.
  • If You Have Ported The Plugin, Make Sure To Mention Real Creator Of The Plugin.
  • Plugin Should Be Linted Before Creating Pull Request.
  • Make Sure Your Plugin Doesn't Already Exists In Repo.
  • Please Don't Make Duplicate Pull Requests.

Thats All, Happy Contributing!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].