Skip to main content

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

Project description

py-Hugo Library

A stable Hugo userbot base library, based on Telethon.

PyPI - Version PyPI - Downloads

Installation

pip install py-Hugo

Creating plugins

  • To work everywhere
@hugo_cmd(
    pattern="start",
)   
async def _(e):   
    await eor(e, "Hugo Started")   
  • To work only in groups
@hugo_cmd(
    pattern="start",
    groups_only=True,
)   
async def _(e):   
    await eor(e, "Hugo Started")   
  • Assistant Plugins 👇
@asst_cmd("start")   
async def _(e):   
    await e.reply("Hugo Started")   

Made with 💕 by @TeamHugo.

License

Hugo is licensed under GNU Affero General Public License v3 or later.

License

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

py-Hugo-0.1.1.tar.gz (68.3 kB view hashes)

Uploaded Source

Built Distribution

py_Hugo-0.1.1-py3-none-any.whl (91.6 kB view hashes)

Uploaded Python 3

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