Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufusta/AsenaUserBot
Asena UserBot is the most advantageous and fast UserBot with changeable language and permanent plugin system.
https://github.com/yusufusta/AsenaUserBot
asena-userbot python telegram telegram-bot telegram-userbot userbot userbot-telegram
Last synced: 3 months ago
JSON representation
Asena UserBot is the most advantageous and fast UserBot with changeable language and permanent plugin system.
- Host: GitHub
- URL: https://github.com/yusufusta/AsenaUserBot
- Owner: yusufusta
- License: gpl-3.0
- Archived: true
- Created: 2020-05-13T19:06:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T20:59:30.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:58:20.627Z (6 months ago)
- Topics: asena-userbot, python, telegram, telegram-bot, telegram-userbot, userbot, userbot-telegram
- Language: Python
- Homepage: https://t.me/AsenaUserBot
- Size: 1.38 MB
- Stars: 131
- Watchers: 13
- Forks: 209
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT
Awesome Lists containing this project
- awesome-telegram - Asena UserBot
- awesome-telegram - Asena UserBot
README
[No more support.](https://t.me/fusufs/826)
----
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](https://img.shields.io/docker/pulls/fusuf/asenauserbot?style=flat-square) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/fusuf/asenauserbot?style=flat-square)
## Kurulum
### Çok Basit Yöntem
[Youtube Videosu](https://www.youtube.com/watch?v=mUUQ53TYqI0) ![YouTube Video Views](https://img.shields.io/youtube/views/mUUQ53TYqI0?style=flat-square)**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](https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l#activetab=pivot:overviewtab) 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](https://github.com/Quiec/AsenaUserBot/wiki/Kurulum/)[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Quiec/AsenaUserBot)
### Zor Yöntem
```python
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
```python
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](https://t.me/AsenaSupport) 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](https://github.com/TeamDerUntergang/Telegram-UserBot)
[Userge](https://github.com/UsergeTeam/Userge)
[Spechide](https://github.com/Spechide)