Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
Project description
Telegram MTProto API Framework for Python
Channel
•
Docs
•
Support
Srigram
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots.
from srigram import Sri, filters
app = Sri(
"my_bot",
api_id=1234567,
api_hash="your_api_hash_here"
signature="Sri"
)
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from Srigram! 🚀")
app.run()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file srigram-2.3.73.tar.gz.
File metadata
- Download URL: srigram-2.3.73.tar.gz
- Upload date:
- Size: 504.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceeae16b295141c06485837557b9ac444f7b5b33c8098847e17282539ea0c6ce
|
|
| MD5 |
3578d6eee34b429f90774578ef7cc255
|
|
| BLAKE2b-256 |
d32faa57183ca612c978ad40887b849a6fee7606b601091084bd13863183d03f
|
File details
Details for the file srigram-2.3.73-py3-none-any.whl.
File metadata
- Download URL: srigram-2.3.73-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecbf8b7a9b95205b55f7c6a709a69ab522e85be8cad409d8a2aa39b8d8732419
|
|
| MD5 |
2951b42ae24aa368f09337a6ad719533
|
|
| BLAKE2b-256 |
5da1a6b9468d6cef85f17838b975fb637d7c8047f97bdb624a55550aca6ec816
|