0 purchases
pyroexalt 1.0.0
Telegram MTProto API Framework for Python
Homepage
•
Issues
•
Support Channel
PyroExalt
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
Made for Private Use, Not for Production, No Copyright Intentioned
from pyrogram import Client, filters
app = Client("my_account")
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from Pyrofork!")
app.run()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.