Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
Project description
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:
Installing
pip3 install pyroherd
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyroherd-0.1.7.tar.gz.
File metadata
- Download URL: pyroherd-0.1.7.tar.gz
- Upload date:
- Size: 506.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5032bc479fe79a588493d1a4eed94ae98618c8901f0303644f5198ace6e57365
|
|
| MD5 |
79f0c6e56e11cac214c70b2f235e77e4
|
|
| BLAKE2b-256 |
70f88580383555f23ea83eb6814f9ce27ae6c22f536a726d21b005bf76dd0d29
|
File details
Details for the file pyroherd-0.1.7-py3-none-any.whl.
File metadata
- Download URL: pyroherd-0.1.7-py3-none-any.whl
- Upload date:
- Size: 5.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb69a38c7408d52812c3287709fb57738e5bcf56e86e800c2ff0cdba6be37d89
|
|
| MD5 |
7a726a9a00b03aca6483ee0dd951d557
|
|
| BLAKE2b-256 |
13f89e007088560e7a92d8c8aa6a503f9a678fefa191e88fb1df41c43266e35c
|