<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.
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
3
commits