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.

Installation

pip install py-Ultroid

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, BOT_TOKEN, BOT_USERNAME, REDIS_URI, REDIS_PASSWORD & LOG_CHANNEL as mandatory environment variables. Check .env.sample for more details.
=> Run python -m pyUltroid to start the bot.

Creating plugins

To work everywhere

@ultroid_cmd(
    pattern="start",
)   
async def _(e):   
    await eor(e, "Ultroid Started")   

To work only in groups

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

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

py-Ultroid-10.4b0.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_Ultroid-10.4b0-py3-none-any.whl (52.0 kB view details)

Uploaded Python 3

File details

Details for the file py-Ultroid-10.4b0.tar.gz.

File metadata

  • Download URL: py-Ultroid-10.4b0.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for py-Ultroid-10.4b0.tar.gz
Algorithm Hash digest
SHA256 5cfbaf1049063124bcb01d826d262e535313a910f091ab62a9b35a53eace30d8
MD5 47f8b828bad85721256650a4bd5ee08c
BLAKE2b-256 9e0651ac72b7f278a37e2496d0bdd5a94eefd6e86cc131da18b520dfbd28f8e9

See more details on using hashes here.

File details

Details for the file py_Ultroid-10.4b0-py3-none-any.whl.

File metadata

  • Download URL: py_Ultroid-10.4b0-py3-none-any.whl
  • Upload date:
  • Size: 52.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for py_Ultroid-10.4b0-py3-none-any.whl
Algorithm Hash digest
SHA256 cd0500072edb66386a9dd28cc8147bd4183810c10d2b0d30bf0c7fd5e6430103
MD5 1742c54f072cd816e95e01d13d56088a
BLAKE2b-256 8108942e943cc8d94e9ed9ca1814a357f9043d5b1da34d6e38631df1080b6d4a

See more details on using hashes here.

Supported by

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