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-2021.6.17.tar.gz (50.0 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-2021.6.17-py3-none-any.whl (77.7 kB view details)

Uploaded Python 3

File details

Details for the file py-Ultroid-2021.6.17.tar.gz.

File metadata

  • Download URL: py-Ultroid-2021.6.17.tar.gz
  • Upload date:
  • Size: 50.0 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-2021.6.17.tar.gz
Algorithm Hash digest
SHA256 2e55a9a2ded2bbbaa32a10207866af917b42931a3478e0e54a6d8ab33bb448fe
MD5 3eec1f93d96ac7abd16a93b6c20a7ffd
BLAKE2b-256 b728ad7523459496a72692078f351fe2acf7046074170db1448b8f6a6ab583cd

See more details on using hashes here.

File details

Details for the file py_Ultroid-2021.6.17-py3-none-any.whl.

File metadata

  • Download URL: py_Ultroid-2021.6.17-py3-none-any.whl
  • Upload date:
  • Size: 77.7 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-2021.6.17-py3-none-any.whl
Algorithm Hash digest
SHA256 4b6ec9b12bd90166dd8faa1211d8d87c147177deed4daabc41c37cad0213a797
MD5 89770eaea95c7b0ed6a2e93a0edad72e
BLAKE2b-256 3a2b7e453b0e9bc8d39bcf967362d3552eabfa1ede9d2ad1aff3dda2b9d69f34

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