A Secure and Powerful Python-Telethon Based Library For Ultroid Userbot.
Project description
py-Ultroid Library
A stable userbot base library, based on Telethon.
Installation
pip install py-Ultroid
Documentation
Usage
=> Create folders named plugins, addons, assistant and resources.
=> Add your plugins in the plugins folder and others accordingly.
=> Create a .env file with API_ID, API_HASH, SESSION, REDIS_URI & REDIS_PASSWORD as mandatory environment variables. Check
.env.sample for more details.
=> Run python -m pyBeastx to start the bot.
Creating plugins
- To work everywhere
@beastx_cmd(
pattern="start",
)
async def _(e):
await eor(e, "Ultroid Started")
- To work only in groups
@beastx_cmd(
pattern="start",
groups_only=True,
)
async def _(e):
await eor(e, "Ultroid Started")
- Assistant Plugins 👇
@asst_cmd("start")
async def _(e):
await e.reply("Ultroid Started")
Made with 💕 by @TeamUltroid.
License
Ultroid 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
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
File details
Details for the file beastxuserbot-2021.10.11.7.tar.gz.
File metadata
- Download URL: beastxuserbot-2021.10.11.7.tar.gz
- Upload date:
- Size: 58.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d5ab1318d67153d560b161550b8c43888d5b60fe201ad781cdb7eaadc173a0
|
|
| MD5 |
9a35c0ec8411dca2abb16c1ccd5a1de7
|
|
| BLAKE2b-256 |
4e5995f20a6bb041447de77779f5afdb3ccf5e0460cd4ad5cd6f696c8585e0c5
|
File details
Details for the file beastxuserbot-2021.10.11.7-py3-none-any.whl.
File metadata
- Download URL: beastxuserbot-2021.10.11.7-py3-none-any.whl
- Upload date:
- Size: 94.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b1edbb75004f7cfebea0f4475c38d0deeca4ceaf7ecdcb438c18f245ab64edf
|
|
| MD5 |
2f1fbe89fde0bedb0b63ae8c142a291e
|
|
| BLAKE2b-256 |
29accc774c8e1af0dcfeb6a43b3a9f9dafa2681cdc5faf17e644370765fe80c1
|