Skip to main content

A Secure and Powerful Python-Telethon Based Library For Ultroid Userbot.

Project description

py-Ultroid Library

A stable userbot base library, based on Telethon.

PyPI - Version PyPI - Downloads The Ultroid

Installation

pip install py-Ultroid

Documentation

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.

License

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybeastx-2021.10.11.4.tar.gz (59.3 kB view details)

Uploaded Source

Built Distribution

pybeastx-2021.10.11.4-py3-none-any.whl (93.8 kB view details)

Uploaded Python 3

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

Hashes for pybeastx-2021.10.11.4.tar.gz
Algorithm Hash digest
SHA256 d1133bad45660d93aed9598b0212675c088cbd80f40cb81d8939864e8cfc8b16
MD5 e59e23d3613305e22c890bd9c280d82f
BLAKE2b-256 a0a39442d853be0c91f807137b9aed903c8f875df545c9842494c7446e9ccf11

See more details on using hashes here.

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

Hashes for pybeastx-2021.10.11.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f1fc5507c4a731c1d14b327ec935c5378803e292383490e2a79f3a3aa0bdc380
MD5 f1bb7bc732f7d0e0f7538103a77ce288
BLAKE2b-256 ce71a327a38e31736f447812069f3d224f0107911d3e9a181f6dcb1a41ad6646

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page