Found 24 repositories(showing 24)
Prince-Mendiratta
A powerful pluggable userbot on telegram!
hackbeardmull
TeleTransferX is an FileSharing Bot System
sudo-akashi
Kang Of X-Tra-Telegram, But Less Gay!
tommybici
<p align="center"><a href="https://t.me/fridayot"><img src="https://telegra.ph/file/22535f8051a58af113586.jpg" width="5000"></a></p> <h1 align="center"><b>FRIDAY-USERBOT 🇮🇳 </b></h1> <h4 align="center">A Powerful, Smart And Simple Userbot In Pyrogram.</h4> ## Support 🚑 <a href="https://t.me/FridaySupportOfficial"><img src="https://img.shields.io/badge/Join-Telegram%20Channel-red.svg?logo=Telegram"></a> <a href="https://t.me/fridayOT"><img src="https://img.shields.io/badge/Join-Telegram%20Group-blue.svg?logo=telegram"></a> ## Inspiration & Credits * [Userge-X](https://github.com/code-rgb/USERGE-X/contributors) * [Userge](https://github.com/UsergeTeam/Userge) * [Pokurt](https://github.com/UsergeTeam/Pokurt) * [Pyrogram](https://github.com/pyrogram/pyrogram/contributors) ## Code Owners * [Chsaiujwal](https://github.com/chsaiujwal) * [Aditya](https://github.com/Aditya-XD) * [Lakhac](https://github.com/Lakhac) * [InukaAsith](https://github.com/InukaAsith) * [SHRE-YANSH](https://github.com/SHRE-YANSH) # String Session - Pyrogram 🖱 ### Repl 🧨 [](https://replit.com/@MIDHUNKMKM/StringGen) ### Locally 🏆 ``` $ git clone https://github.com/DevsExpo/FridayUserbot $ cd FridayUserbot $ python(3) string_gen.py ``` # Hosting 🖥 ### Deploying To Heroku ⚙ [](https://heroku.com/deploy?template=https://github.com/DevsExpo/FridayUserbot) ### Self-hosting (For Devs) ⚔ ```sh # Install Git First // (Else You Can Download And Upload to Your Local Server) $ git clone https://github.com/DevsExpo/FridayUserbot # Open Git Cloned File $ cd FridayUserbot # Install All Requirements $ pip(3) install -r requirements.txt # Create local.env with variables as given below # Start Bot $ python(3) -m main_startup ``` ### Mandatory Configs 📒 ``` [+] Make Sure You Add All These Mandatory Vars. [-] API_ID: You can get this value from https://my.telegram.org [-] API_HASH : You can get this value from https://my.telegram.org [-] STRINGSESSION : Your String Session, You can get this From Repl or BY running String_Gen File Locally [-] MONGO_DB : Your Mongo DB DataBase Url. [-] LOG_GRP: Your Log Group/Channel Chat ID. This is Very Important and Some Modules Will Not Work Well Without This! [+] The fridayUserbot will not work without setting the mandatory vars. ``` # Examples - Plugins 👊 ### Plugins 🔧 ```python3 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 📣 ```python3 from main_startup.core.decorators import listen @listen(filters.mentioned) async def mentioned_(client, message): await message.reply_text("`Hello World! By The Way Why Did You Mention Me?`") ``` # X-Tra Plugins 🎸 * Please Visit [Xtra-Plugins](https://github.com/DevsExpo/Xtra-Plugins) To Checkout Xtra-Plugins. # Licence 📋 [](http://www.gnu.org/licenses/gpl-3.0.en.html) * Copyright (C) 2020-2021 by DevsExpo@Github, < https://github.com/DevsExpo >. FridayUserbot is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ustewartburns
Based on X-tra-Telegram (https://github.com/Dark-Princ3/X-tra-Telegram) -Terjemahan
ImTheekshana126
No description available
KamranAliOfficial
🔁 Auto trading bot with XGBoost signals, real-time market scans, news sentiment, and Telegram alerts.
WhitePrime
No description available
toxic-dev0
No description available
Killadi-here
A powerful pluggable userbot on telegram!
primeithard
No description available
DIVIJ29130126
No description available
ahmad-j23
A powerful pluggable userbot on telegram!
bitchlah
No description available
asaaqaa
No description available
Herry142
No description available
santanaoliva-u
XSSS SERVER Y PANEL + TELEGRAM
Trum3it
multi - function telegram xrpl trading bot, sniper, cptrading, dca
Dulfe7
No description available
S0m30n3-png
A modern Plasma Trading Bot designed for precision and speed. Execute swaps, limit orders, DCA, and snipes directly from Telegram. Built for serious traders who want a clean UX, MEV‑aware routing, and battle‑tested security.
ChewKeanHo
[MIRROR] The Re-drawn Official Telegram Trademark Logo.
No description available
x-telegram python realtime monitoring
Kishore-Girivasan
SplitX-Aysnc Telegram File Transfer with Fernet Encryption
All 24 repositories loaded