Skip to main content

Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

Project description

Pyrofork
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()

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

pyroexalt-1.0.0.tar.gz (401.8 kB view hashes)

Uploaded Source

Built Distribution

pyroexalt-1.0.0-py3-none-any.whl (4.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page