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

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-31.5b0.tar.gz (48.8 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-31.5b0-py3-none-any.whl (75.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py-Ultroid-31.5b0.tar.gz
  • Upload date:
  • Size: 48.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for py-Ultroid-31.5b0.tar.gz
Algorithm Hash digest
SHA256 a76d92b268ac0046c7bfc7f48b13af1a3ec2695b601f1a00701c5f8a87757b13
MD5 c1b4dac9b511a81f409bd6822f77756b
BLAKE2b-256 361e69a92415eec22d1fe5966dba6050cc58c6d84eb544851b214c19c1b7ed6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: py_Ultroid-31.5b0-py3-none-any.whl
  • Upload date:
  • Size: 75.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for py_Ultroid-31.5b0-py3-none-any.whl
Algorithm Hash digest
SHA256 b89408903f3d9aea3287ab30a188244ad1f1b6605686c5924ca56ee154a9ecce
MD5 c24effcd464c4bac19ca6cacf9141a2d
BLAKE2b-256 2a6cfb0b36d50b84508c1ce07a84110a3add7adebb0cf7c47bb2527d83cd75e8

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