CYBER UserBot for telegram
CYBER UserBot
CYBER UserBot for telegram.
Qurulum
Avtomatik Qurulum
Android: Termuxu açın və bu kodu yapışdırın: bash <(curl -L https://bit.ly/2SuGkcA)
iOS: iSH açın ve bu kodu yapışdırın: apk update && apk add bash && apk add curl && curl -L -o cyber_installer.sh https://git.io/JYKsg && chmod +x cyber_installer.sh && bash cyber_installer.sh
Windows Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://git.io/JOHQ2')
Heroku
Çətin Yol
git clone https://github.com/FaridDadashzade/CyberUserBot.git
cd CyberUserBot
pip install -r requirements.txt
# Config.env yaradın və düzəldin. #
python3 main.py
String Session
Nümunə Plugin
from userbot.events import register
from userbot.cmdhelp import CmdHelp
# <-- Bunlar mütləq olmalıdır
@register(outgoing=True, pattern="^.test")
async def test(event):
await event.edit('C Y B Ξ R UserBot')
Help = CmdHelp('test') #