Giter Site home page Giter Site logo

rfarrey / fridayuserbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lyonipiece/fridayuserbot

0.0 0.0 0.0 14.65 MB

A Pluggable And Powerful Telegram Manager Bot

License: GNU General Public License v3.0

Python 99.29% Dockerfile 0.10% Shell 0.60%

fridayuserbot's Introduction

FRIDAY-USERBOT ๐Ÿ‡ฎ๐Ÿ‡ณ

A Powerful, Smart And Simple Userbot In Pyrogram.

Support ๐Ÿš‘

Inspiration & Credits

Code Owners

String Session - Pyrogram ๐Ÿ–ฑ

Repl ๐Ÿงจ

Run on Repl.it

Locally ๐Ÿ†

$ git clone https://github.com/DevsExpo/FridayUserbot
$ cd FridayUserbot
$ python(3) string_gen.py

Hosting ๐Ÿ–ฅ

Deploying To Heroku โš™

Deploy To Heroku

Self-hosting (For Devs) โš”

# 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 ๐Ÿ”ง

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)
async def mentioned_(client, message):
    await message.reply_text("`Hello World! By The Way Why Did You Mention Me?`")

X-Tra Plugins ๐ŸŽธ

Licence ๐Ÿ“‹

GNU GPLv3 Image

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 as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

fridayuserbot's People

Contributors

starkgang avatar chsaiujwal avatar aditya-xd avatar sur-vivor avatar inukaasith avatar restyled-commits avatar everythingsuckz avatar adarsh-xd avatar indianbhaiya avatar aid-3n avatar ashenzar avatar shre-yansh avatar deepsource-autofix[bot] avatar xditya avatar ns-anonymous avatar technoayanofficial avatar doellbarr avatar doggyhaha avatar shado-hackers avatar lakhac avatar spechide avatar starkbots avatar vishnu175 avatar tgexplore avatar hypernotaryanx97 avatar azizkziba avatar sandy1709 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.