Skip to main content

Telegram MTProto API Client Library for Python

Project description

Pyrogram

Telegram MTProto API Client Library for Python

Scheme Layer TgCrypto

Pyrogram

from pyrogram import Client, Filters

app = Client("my_account")


@app.on_message(Filters.private)
def hello(client, message):
    message.reply("Hello {}".format(message.from_user.first_name))


app.run()

Pyrogram is a brand new Telegram Client Library written from the ground up in Python and C. It can be used for building custom Telegram applications that interact with the MTProto API as both User and Bot.

Features

  • Easy to use: You can easily install Pyrogram using pip and start building your app right away.

  • High-level: The low-level details of MTProto are abstracted and automatically handled.

  • Fast: Crypto parts are boosted up by TgCrypto, a high-performance library written in pure C.

  • Updated to the latest Telegram API version, currently Layer 82 on top of MTProto 2.0.

  • Documented: The Pyrogram API is well documented and resembles the Telegram Bot API.

  • Full API, allowing to execute any advanced action an official client is able to do, and more.

Requirements

Installing

pip3 install pyrogram

Getting Started

  • The Docs contain lots of resources to help you getting started with Pyrogram: https://docs.pyrogram.ml.

  • Reading Examples in this repository is also a good way for learning how things work.

  • Seeking extra help? Don’t be shy, come join and ask our Community!

  • For other requests you can send an Email or a Message.

Contributing

Pyrogram is brand new, and you are welcome to try it and help make it even better by either submitting pull requests or reporting issues/bugs as well as suggesting best practices, ideas, enhancements on both code and documentation. Any help is appreciated!

Release history Release notifications | RSS feed

Download files

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

Source Distribution

Pyrogram-0.8.0.tar.gz (232.2 kB view hashes)

Uploaded Source

Built Distribution

Pyrogram-0.8.0-py3-none-any.whl (1.5 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