pyrogram /
pyrogram
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
39/100 healthLoading repository data…
Kaal-xD / repository
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A fork version elegant, modern and asynchronous Telegram MTProto API framework of Pyrogram library in Python for users and bots with Pyromod features.
from pyromodz import Client, filters
app = Client("my_account")
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from Pyromodz!")
app.run()
Pyromodz 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.
pip3 install pyromodz
Selected from shared topics, language and repository description—not editorial ratings.
pyrogram /
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
39/100 health