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 pyUltroid
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
File details
Details for the file pybeastx-2021.10.11.4.tar.gz
.
File metadata
- Download URL: pybeastx-2021.10.11.4.tar.gz
- Upload date:
- Size: 59.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 | d1133bad45660d93aed9598b0212675c088cbd80f40cb81d8939864e8cfc8b16 |
|
MD5 | e59e23d3613305e22c890bd9c280d82f |
|
BLAKE2b-256 | a0a39442d853be0c91f807137b9aed903c8f875df545c9842494c7446e9ccf11 |
File details
Details for the file pybeastx-2021.10.11.4-py3-none-any.whl
.
File metadata
- Download URL: pybeastx-2021.10.11.4-py3-none-any.whl
- Upload date:
- Size: 93.8 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 | f1fc5507c4a731c1d14b327ec935c5378803e292383490e2a79f3a3aa0bdc380 |
|
MD5 | f1bb7bc732f7d0e0f7538103a77ce288 |
|
BLAKE2b-256 | ce71a327a38e31736f447812069f3d224f0107911d3e9a181f6dcb1a41ad6646 |