Skip to main content

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

Project description

Pyromodz
Telegram MTProto API Framework for Python
Homepage Documentation Releases News

Pyromodz

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

from pyromodz import Client, filters

app = Client("my_account")


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


app.run()

Pyromodz 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 Pyromodz 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 pyromodz

Resources

Special Thanks

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

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

Download files

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

Source Distribution

pyromodz-2.1.0.tar.gz (358.3 kB view details)

Uploaded Source

Built Distribution

pyromodz-2.1.0-py3-none-any.whl (3.8 MB view details)

Uploaded Python 3

File details

Details for the file pyromodz-2.1.0.tar.gz.

File metadata

  • Download URL: pyromodz-2.1.0.tar.gz
  • Upload date:
  • Size: 358.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyromodz-2.1.0.tar.gz
Algorithm Hash digest
SHA256 56f4c2d884d990a4e04a909c9201757a99d31f01cf68d883040f6c3b15649702
MD5 17d89c7ea6535547d7235a9f8fea2ebb
BLAKE2b-256 d24d6b0441ab5c523787188c95b797785d4838edab1ebf424bfc5bc901c89514

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyromodz-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7ce8425ced4c7f359c250c87b5fda407a766470353466e27ac2c748e78d714eb
MD5 101bc6277ef5e4cfcdbb458704f7d36c
BLAKE2b-256 1bcfeaffbdaa9ebd34642e3ef19deb2cf735d5295e34cb1e1cd9d4fe01a3de9b

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