A Secure and Powerful Python-Telethon Based Library For Ayra Userbot.
Project description
py-Ayra Library
Core library of The Ayra, a python based telegram userbot.
Installation
pip3 install -U py-Ayra
Documentation
Usage
- Create folders named
plugins,addons,assistantandresources. - Add your plugins in the
pluginsfolder and others accordingly. - Create a
.envfile with following mandatory Environment VariablesAPI_ID API_HASH SESSION MONGO_URI - Check
.env.samplefor more details. - Run
python3 -m Ayrato start the bot.
Creating plugins
@ayra_cmd(
pattern="start"
)
async def _(e):
await e.eor("Ayra Started!")
@ayra_cmd(
pattern="start",
groups_only=True,
)
async def _(e):
await eor(e, "Ayra Started.")
@asst_cmd("start")
async def _(e):
await e.reply("Ayra Started.")
See more working plugins on the offical repository!
Made with 💕 by Kynan.
License
Naya-Userbot is licensed under GNU Affero General Public License v3 or later.
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
LumiereLibs-2.1.6.tar.gz
(82.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
LumiereLibs-2.1.6-py3-none-any.whl
(105.9 kB
view details)
File details
Details for the file LumiereLibs-2.1.6.tar.gz.
File metadata
- Download URL: LumiereLibs-2.1.6.tar.gz
- Upload date:
- Size: 82.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61125923e6e38afc06b3cba21d48b921474275943ce30a060e0de3814d2fb8b3
|
|
| MD5 |
5765f0492f518521449c615d4f16476f
|
|
| BLAKE2b-256 |
2a3f351cdac8b418496e42b41fbc39f4475c9e8a23fbab1e45440cd3c13ca3cc
|
File details
Details for the file LumiereLibs-2.1.6-py3-none-any.whl.
File metadata
- Download URL: LumiereLibs-2.1.6-py3-none-any.whl
- Upload date:
- Size: 105.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71503e94d10d3c4248abdda7670e39f54d056c2699810ce748e2c6dbd3ecf327
|
|
| MD5 |
0508eb905ed0394b1793790716231c17
|
|
| BLAKE2b-256 |
95479f1b7b383bbf11e788c72be46d3f50557960ad7e34281deff26815394cbc
|