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 with Pyromod features.

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 pyrogram-dev

Resources

Special Thanks

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

  • Pyromod - An add-on to make developing Telegram bots faster and more efficient.

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-0.0.1.tar.gz (355.8 kB view details)

Uploaded Source

Built Distribution

pyrogram_dev-0.0.1-py3-none-any.whl (3.9 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyrogram-dev-0.0.1.tar.gz
  • Upload date:
  • Size: 355.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyrogram-dev-0.0.1.tar.gz
Algorithm Hash digest
SHA256 6090623d53cec226abfcb2d35e8659b924fb0a9a9058a8f67983c2372b0de0ec
MD5 4f02cfd5c62da80f351863f402f8ffd7
BLAKE2b-256 0543bfbd223ab95b1a2e216fb3b89d09c1ed377121c41f43a261735791e20dd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyrogram_dev-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyrogram_dev-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9bc1c3d0478fc822fc1fc7bc26897037293a96329ece7c54eff384e48fe84098
MD5 314bf952466e03e1efd2a68ff3ef65ec
BLAKE2b-256 e1766ecad3ba951ad603eb50e28e076d51d7d37e448da91785cdc40c40be4f34

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