Skip to main content

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

Project description

Pyrogram
Telegram MTProto API Framework for Python
Homepage Documentation Releases News

This fork is being maintained following the specific needs of Hikka userbot.

Pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework 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!")


app.run()

Pyrogram 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 Pyrogram, you can consider:

Key Features

  • Ready: Install Pyrogram 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 pyrogram

Resources

  • Check out the docs at https://docs.pyrogram.org to learn more about Pyrogram, get started right away and discover more in-depth material for building your client applications.
  • Join the official channel at https://t.me/pyrogram and stay tuned for news, updates and announcements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

Hikka_Pyro_New-2.0.103-py3.8.egg (7.0 MB view details)

Uploaded Source

Hikka_Pyro_New-2.0.103-py3-none-any.whl (3.6 MB view details)

Uploaded Python 3

File details

Details for the file Hikka_Pyro_New-2.0.103-py3.8.egg.

File metadata

  • Download URL: Hikka_Pyro_New-2.0.103-py3.8.egg
  • Upload date:
  • Size: 7.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for Hikka_Pyro_New-2.0.103-py3.8.egg
Algorithm Hash digest
SHA256 eb0e83c71ce684aa61ae72a8d9f271e3e463690511c13c358de29a7b840d5eab
MD5 9c7971462eaf9adda5be78834a1bf602
BLAKE2b-256 0d9a8d8dc5ce80d748f66d30069b8dd8f7e89473a0a6f9282e02621f4f1da5e3

See more details on using hashes here.

File details

Details for the file Hikka_Pyro_New-2.0.103-py3-none-any.whl.

File metadata

File hashes

Hashes for Hikka_Pyro_New-2.0.103-py3-none-any.whl
Algorithm Hash digest
SHA256 fae08c2d87c1df0bb3443e1d18bc6434ea4c56db41336504edafb7a796d9c806
MD5 09bbd0951fda4b73587c0ea4808adbd8
BLAKE2b-256 076d22e634681f2e14373431d8d0204c5b10f25bfd3748979d2506a7a0943d87

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