Skip to content

Avatar UserBot is the most advantageous and fast UserBot with changeable language and permanent plugin system.

License

Notifications You must be signed in to change notification settings

Thilinaweerasekara2003/AvatarUserBot

 
 

Repository files navigation

USER FRIENDLY USERBOT FOR TG!


ᴀᴠᴀᴛᴀʀ UserBot

ᴀᴠᴀᴛᴀʀ UserBot is a bot that makes it easy for you to use Telegram. It is completely open source and free.
Telegram Group | Telegram Channel


Docker Pulls Docker Image Size (latest by date)

SET UP

VERY SIMPLE METHOD

Youtube Videosu YouTube Video Views

Android: Open Termux and paste this code: bash <(curl -L https://kutt.it/88I5KA)

iOS: Open iSH and paste this code: apk update && apk add bash && apk add curl && curl -L -o asena_installer.sh https://t.ly/vATX && chmod +x asena_installer.sh && bash asena_installer.sh

Windows 10: Python indirin ardından PowerShell bu kodu yapıştırın: Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://kutt.it/aYTzCx')

SIMPLE METHOD

If you have no idea about installing the bot , read here: Thilina Weerasekara

Deploy

THE HARD METHOD

git clone https://github.com/Quiec/AsenaUserBot.git
cd AsenaUserBot
pip install -r requirements.txt
# Config.env oluşturun ve düzenleyin. #
python3 main.py

EXAMPLE PLUGIN

from userbot.events import register
from userbot.cmdhelp import CmdHelp # <-- Bunu ekleyin.

@register(outgoing=True, pattern="^.deneme")
async def deneme(event):
    await event.edit('Gerçekten deneme!')

Help = CmdHelp('deneme') # Bilgi ekleyeceğiz diyoruz.
Help.add_command('deneme', # Komut
    None, # Komut parametresi varsa yazın yoksa None yazın
    'Gerçekten deneme yapıyor!', # Komut açıklaması
    'deneme' # Örnek kullanım.
    )

Help.add_info('Made by @Fusuf.') # You can add information.
# Or warning --> Help.add_warning('DO NOT USE!')
Help.add() # And let's add.

TO INFORM

If you have any requests & complaints & suggestions you can reach HiTecRockets.

    
    Because of Userbot; Your Telegram account may be banned.
    This is an open source project, you are responsible for every action you take. Absolutely Asena managers do not accept responsibility.
    By installing Asena, you are deemed to accept these responsibilities.

CREDITS

Thanks for ;

Seden UserBot

Userge

Spechide

Special Credits ❤

**𝗂𝗆_𝖻𝖻

**𝙋𝙧𝙖𝙗𝙝𝙖𝙨𝙝𝙖

**𝘿𝙚𝙨𝙝𝙖𝙙𝙚𝙚𝙩𝙝

**Thilina Weerasekara

About

Avatar UserBot is the most advantageous and fast UserBot with changeable language and permanent plugin system.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Shell 3.8%