A SUPPORT GROUP AND READY-TO-USE RUNNING INSTANCE Of THIS BOT CAN BE fOUND ON TELEGRAM .𖤐
SyraBot |
SyraSupport
syrabot@arch:~$ git clone https://github.com/Darkranger00/Syrabot
syrabot@arch:~$ cd Syrabot
syrabot@arch:~$ pip3 install -U -r requirements.txt
syrabot@arch:~$ cp sample_config.py config.py
syrabot@arch:~$ python3 -m syrabot
syrabot@arch:~$ git clone https://github.com/Darkranger00/Syrabot
syrabot@arch:~$ cd Syrabot
syrabot@arch:~$ pip3 install pyrogram TgCrypto
syrabot@arch:~$ python3 str_gen.py
syrabot@arch:~$ git clone https://github.com/Darkranger00/Syrabot
syrabot@arch:~$ Syrabot
syrabot@arch:~$ cp sample_config.env config.env
syrabot@arch:~$ sudo docker build . -t syrabot
syrabot@arch:~$ sudo docker run syrabot
# Add license text here, get it from below
from syrabot import app # This is bot's client
from syrabot import app2 # userbot client, import it if module is related to userbot
from pyrogram import filters # pyrogram filters
...
# For /help menu
__MODULE__ = "Module Name"
__HELP__ = "Module help message"
@app.on_message(~filters.edited & filters.command("start"))
async def some_function(_, message):
await message.reply_text("Heyy Baby!! I'm already up!!")
# Many useful functions are in, syrabot/utils/, syrabot, and syrabot/core/