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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyroherd-0.0.7.tar.gz
(456.5 kB
view details)
Built Distribution
File details
Details for the file pyroherd-0.0.7.tar.gz
.
File metadata
- Download URL: pyroherd-0.0.7.tar.gz
- Upload date:
- Size: 456.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27b9a138f79177d9da71dc44d89ad51c61298990b23fcdbe0a856903b6db953b |
|
MD5 | 6ddb283f81c3bf2a5c15f3b62b9b891b |
|
BLAKE2b-256 | 49cedc742113214ed4284b4fdbca725046b1a9e4c4097c61322f701ccd7b6598 |
File details
Details for the file pyroherd-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pyroherd-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e93a30883be5309e875429c308f095bd21285227bfc82da1ac9f4a84778d05c4 |
|
MD5 | fb8d9411a00e739c7f47cb23f4c970b5 |
|
BLAKE2b-256 | 2095b0b96cb77e2087090fdf16536a5e66e7213049be77f4e06d4280d8433f51 |