Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
Project description
Telegram MTProto API Framework for Python
Homepage
•
Documentation
PyroFork
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()
PyroFork 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 pyrofork
Resources
- Check out the docs at https://pyrofork.mayuri.my.id to learn more about PyroFork, get started right away and discover more in-depth material for building your client applications.
Project details
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
Built Distribution
File details
Details for the file PyroFork-2.2.5.tar.gz
.
File metadata
- Download URL: PyroFork-2.2.5.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17af842d7c5db7f40453b40135d9928846866e868a3424c04da000e01a37708b |
|
MD5 | 9fc0ec4f755fa5bca52066b376c4bf7e |
|
BLAKE2b-256 | 19167d3244fde0048714a2120d26468aa2eed6a42c4ad16f4d3e45398e25be17 |
Provenance
File details
Details for the file PyroFork-2.2.5-py3-none-any.whl
.
File metadata
- Download URL: PyroFork-2.2.5-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cda643c0d85ba66778745112db7224395e6df67d1b4cdcbdac433fea7eaa9668 |
|
MD5 | 6b2175b152f39e9b4ac8cc6b510e6d0f |
|
BLAKE2b-256 | 6f80fc63a67563a8e35a78071d061f3e7cd1dc29e92a17f1ae3b3b9a168196fa |