All Projects → yusufusta → AsenaUserBot

yusufusta / AsenaUserBot

Licence: GPL-3.0 license
Asena UserBot is the most advantageous and fast UserBot with changeable language and permanent plugin system.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to AsenaUserBot

DevelopersUserbot
Telegram Userbot Made for Developers by Developers
Stars: ✭ 25 (-81.2%)
Mutual labels:  userbot, telegram-userbot, userbot-telegram
Telegram-UserBot
Abandoned.. Moved to https://github.com/TeamDerUntergang/Telegram-SedenUserBot
Stars: ✭ 38 (-71.43%)
Mutual labels:  userbot, telegram-userbot, userbot-telegram
Nana-Bot
Telegram Modular Userbot using python3.7
Stars: ✭ 38 (-71.43%)
Mutual labels:  userbot, telegram-userbot
WTelegramClient
Telegram client API library written 100% in C# and .NET Standard
Stars: ✭ 192 (+44.36%)
Mutual labels:  userbot, telegram-userbot
MadelineProtoPluginSystem
A fully async plugin-friendly MadelineProto source base
Stars: ✭ 14 (-89.47%)
Mutual labels:  userbot, userbot-telegram
telegram client
library for help you make userbot or bot telegram and support tdlib telegram database and only support nodejs dart and google-apps-script
Stars: ✭ 38 (-71.43%)
Mutual labels:  userbot, telegram-userbot
telecharm-userbot
A powerful, cool and well-made userbot for your Telegram profile, with promising extension capabilities.
Stars: ✭ 17 (-87.22%)
Mutual labels:  userbot, telegram-userbot
UniBorg
Pluggable Telegram bot and userbot based on Telethon
Stars: ✭ 196 (+47.37%)
Mutual labels:  userbot, telegram-userbot
Fire-X
Powerful Telegram Maintained UserBot in Telethon
Stars: ✭ 22 (-83.46%)
Mutual labels:  userbot, userbot-telegram
USERGE-X
USERGE-X. What the X ?
Stars: ✭ 133 (+0%)
Mutual labels:  userbot
WhatsGram
WhatsApp userbot with Telegram bot integration.
Stars: ✭ 85 (-36.09%)
Mutual labels:  userbot
LEGEND-BOT
#LEGENDBOT telethon based userbot with assistant added and 280+ modules and best experience made with love🔥⚡
Stars: ✭ 52 (-60.9%)
Mutual labels:  userbot
HellBot
Telethon Based Userbot to manage your Telegram Account.
Stars: ✭ 293 (+120.3%)
Mutual labels:  userbot
One4uBot
Telegram Userbot Project to helping your Telegram experience based on PaperplaneExtended - Our Support https://t.me/userbotindo,
Stars: ✭ 51 (-61.65%)
Mutual labels:  userbot
caligo
SelfBot for Telegram
Stars: ✭ 34 (-74.44%)
Mutual labels:  telegram-userbot
Xtra-Plugins
A Repo Full Of Xtra Plugins For FridayUB [Pyrogram]
Stars: ✭ 25 (-81.2%)
Mutual labels:  userbot
pykeyboard
Best Keyboard and Pagination for the Pyrogram Library.
Stars: ✭ 42 (-68.42%)
Mutual labels:  userbot
ULTRA-X
No description or website provided.
Stars: ✭ 60 (-54.89%)
Mutual labels:  userbot
FTG-Modules
Modules Repo for GeekTG Friendly-Telegram Mod
Stars: ✭ 20 (-84.96%)
Mutual labels:  userbot
LEGENDBOT
Fastest And Smoothest Userbot Based On Latest Telethon Library
Stars: ✭ 183 (+37.59%)
Mutual labels:  userbot

No more support.


Asena UserBot

Asena UserBot, Telegram kullanmanızı kolaylaştıran bir bottur. Tamamen açık kaynaklı ve ücretsizdir.
Kurulum | Güncelleme | Telegram Kanalı


Docker Pulls Docker Image Size (latest by date)

Kurulum

Çok Basit Yöntem

Youtube Videosu YouTube Video Views

Android: Termuxu açın ve bu kodu yapıştırın: bash <(curl -L https://kutt.it/88I5KA)

iOS: iSH açın ve bu kodu yapıştırın: 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')

Basit Yöntem

Eğer botu kurma hakkında fikriniz yoksa burayı okuyunuz: Kurulum Rehberi

Deploy

Zor Yöntem

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

Örnek 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('@Fusuf tarafından yapılmıştır.') # Bilgi ekleyebilirsiniz.
# Ya da uyarı --> Help.add_warning('KULLANMA!')
Help.add() # Ve Ekleyelim.

Bilgilendirme

Herhangi bir istek & şikâyet & öneri varsa destek grubuna ulaşabilirsiniz.

    Userbottan dolayı; Telegram hesabınız yasaklanabilir.
    Bu bir açık kaynaklı projedir, yaptığınız her işlemden kendiniz sorumlusunuz. Kesinlikle Asena yöneticileri sorumluluk kabul etmemektedir.
    Asenayı kurarak bu sorumlulukları kabul etmiş sayılırsınız.

Credit

Thanks for;

Seden UserBot

Userge

Spechide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].