GithubHelp home page GithubHelp logo

jason-brody / asenauserbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yusufusta/asenauserbot

0.0 0.0 0.0 1.35 MB

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

Home Page: https://t.me/AsenaUserBot

License: GNU General Public License v3.0

Python 96.27% Shell 3.68% Dockerfile 0.04%

asenauserbot's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.