If you are looking for the best Telegram userbot, then this may be the very best Telegram userbot for you. The Friday User boat is a very secure bot. With the help of this userbot, you can do many simple things. It has many functions that will help Telegram to do it and will also give you many entertainments.
So on this, we are going to talk about how you can make Friday userbot.
We are not going to tell this by writing much because it will be told to you practically, here is a video below, you can make your Friday userbot by watching it.
How To Deploy Friday userbot On Heroku
Simple Way To Install Friday Userbot On Telegram
Repo Link:– https://github.com/DevsExpo/FridayUserbot
API_HASH: my.telegram.org
APP_ID: my.telegram.org
BOT_TOKEN: @BotFather
HEROKU_API_KEY: https://dashboard.heroku.com/account
LOG_GRP: @MissRose_bot
MONGO_DB: https://www.mongodb.com/
STRINGSESSION: CLICK HERE
TZ: http://www.timezoneconverter.com/cgi-bin/findzone.tzc
Fill in all these details according to you, if you are facing any other problem then you can ask for support on Friday support group and channel.
SUPPORT TELEGRAM CHANNEL: FRIDAYSUPPORTOFFICIAL
SUPPORT TELEGRAM GROUP: FridayOt
How To Host Friday Userbot on localhost
git clone https://github.com/starkGang/Fridayuserbot cd FridayUserbot virtualenv -p /usr/bin/python3 venv . ./venv/bin/activate pip install -r requirements.txt # Create local_config.py with variables as given below python3 -m userbot
Requirement Config
[+] 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.
How To Make Friday userbot Plugins.
Friday userbot is a pluggable Telegram userbot in which the user can install plugins by himself. If your own plugin is made, then there is an example below, with the help of which Friday userbot plugin can be made.
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!`")
Click here for more readymade plugins