Skip to main content

Fork of Pyrogram v1.4.16

Project description

Pyrogram
Telegram MTProto API Framework for Python
Documentation Releases News

PyrogramV1

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

from pyrogramv1 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 crypto library written in pure 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 pyrogramv1

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 Distribution

pyrogramv1-1.4.17.tar.gz (310.1 kB view details)

Uploaded Source

Built Distribution

pyrogramv1-1.4.17-py3-none-any.whl (3.5 MB view details)

Uploaded Python 3

File details

Details for the file pyrogramv1-1.4.17.tar.gz.

File metadata

  • Download URL: pyrogramv1-1.4.17.tar.gz
  • Upload date:
  • Size: 310.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.26.0

File hashes

Hashes for pyrogramv1-1.4.17.tar.gz
Algorithm Hash digest
SHA256 026e5043fd1848c78d5fc6ce9199e940af716544bcb1d0c4e0495a3d36189002
MD5 34e8b7fa4078fa171eb32882d1dc63a5
BLAKE2b-256 1f02657590500d667dbda287a8b88e05b3a305f9ee3a2ca67656462770e4fba1

See more details on using hashes here.

File details

Details for the file pyrogramv1-1.4.17-py3-none-any.whl.

File metadata

File hashes

Hashes for pyrogramv1-1.4.17-py3-none-any.whl
Algorithm Hash digest
SHA256 339dde835aad064d77e10bb3b9e1a72b23f44f2e37f57d9a3ffc203b2e1d2976
MD5 23dec6dc70c6bf8c8fed39941208c69e
BLAKE2b-256 372abc0c5b951e36df796cafa4bfbfebb6a641c36379398fe4cbda5450e53f7a

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