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 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.

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

beastxuserbot-2021.10.11.7.tar.gz (58.3 kB view details)

Uploaded Source

Built Distribution

beastxuserbot-2021.10.11.7-py3-none-any.whl (94.0 kB view details)

Uploaded Python 3

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

Hashes for beastxuserbot-2021.10.11.7.tar.gz
Algorithm Hash digest
SHA256 90d5ab1318d67153d560b161550b8c43888d5b60fe201ad781cdb7eaadc173a0
MD5 9a35c0ec8411dca2abb16c1ccd5a1de7
BLAKE2b-256 4e5995f20a6bb041447de77779f5afdb3ccf5e0460cd4ad5cd6f696c8585e0c5

See more details on using hashes here.

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

Hashes for beastxuserbot-2021.10.11.7-py3-none-any.whl
Algorithm Hash digest
SHA256 9b1edbb75004f7cfebea0f4475c38d0deeca4ceaf7ecdcb438c18f245ab64edf
MD5 2f1fbe89fde0bedb0b63ae8c142a291e
BLAKE2b-256 29accc774c8e1af0dcfeb6a43b3a9f9dafa2681cdc5faf17e644370765fe80c1

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