pyroherd 0.0.7

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyroherd 0.0.7

Telegram MTProto API Framework for Python


Pyroherd

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

from pyroherd import Client, filters

app = Client("my_account")


@app.on_msg(filters.private)
async def hello(client, message):
await message.reply("Hello from Pyroherd!")


app.run()

Pyroherd is a modern, elegant and asynchronous MTProto API
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
identity (bot API alternative) using Python.
Support
If you'd like to support Pyroherd, you can consider:

Become a GitHub sponsor.
Become a LiberaPay patron.
Become an OpenCollective backer.

Installing
pip3 install pyroherd

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.