Skip to main content

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

Project description

Pyrogram-Dev
Telegram MTProto API Framework for Python
Homepage Documentation Releases News

Pyrogram-Dev

A fork version elegant, modern and asynchronous Telegram MTProto API framework of Pyrogram library in Python for users and bots.

from pyrogram import Client, filters

app = Client("my_account")


@app.on_message(filters.private)
async def hello(client, message):
    await message.reply("Hello from Pyrogram-Dev!")


app.run()

Pyrogram-Dev 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.

Key Features

  • Ready: Install Pyrogram-Dev with pip and start building your applications right away.
  • Easy: Makes the Telegram API simple and intuitive, while still allowing advanced usages.
  • Elegant: Low-level details are abstracted and re-presented in a more convenient way.
  • Fast: Boosted up by TgCrypto, a high-performance cryptography library written in C.
  • Type-hinted: Types and methods are all type-hinted, enabling excellent editor support.
  • Async: Fully asynchronous (also usable synchronously if wanted, for convenience).
  • Powerful: Full access to Telegram's API to execute any official client action and more.

Installing

pip3 install --force-reinstall pyrogram-dev

Resources

  • Join our official telegram channel and stay tuned for news, updates and announcements.

Special Thanks

  • Pyrogram - Pyrogram is a original library source from which pyrogram-dev was built.

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

pyrogram-dev-2.1.0.tar.gz (401.3 kB view details)

Uploaded Source

Built Distribution

pyrogram_dev-2.1.0-py3-none-any.whl (4.0 MB view details)

Uploaded Python 3

File details

Details for the file pyrogram-dev-2.1.0.tar.gz.

File metadata

  • Download URL: pyrogram-dev-2.1.0.tar.gz
  • Upload date:
  • Size: 401.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.2

File hashes

Hashes for pyrogram-dev-2.1.0.tar.gz
Algorithm Hash digest
SHA256 bbe232884e69edb42ed8d8b91cd753708bba4d5714e54afba8c5977b6fc00f7f
MD5 0eb9cd4fbe100a3ff3f735c8f6ba7904
BLAKE2b-256 076172755da5b74256cc371abe2f7e28fdf6dec2f0bb2435d7a305c15d3d605b

See more details on using hashes here.

File details

Details for the file pyrogram_dev-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pyrogram_dev-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f247f5f459591d5801e331b3f4fbc23da3d26e212153567ca51c2a5bf9ff07a
MD5 0e8833502e21fda4dc4455f656c2b9c3
BLAKE2b-256 130a00cea3b8d5d892d962a3d92cf60c3aab7ac71fd7f0576bdac410af164540

See more details on using hashes here.

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