2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-22 18:07:21 +00:00

Update README.md

This commit is contained in:
Dan 2024-12-23 21:20:42 +01:00
parent f5788f350d
commit 30de1e21e3

View File

@ -1,6 +1,6 @@
<p align="center"> <p align="center">
<a href="https://github.com/pyrogram/pyrogram"> <a href="https://github.com/pyrogram/pyrogram">
<img src="https://docs.pyrogram.org/_static/pyrogram.png" alt="Pyrogram" width="128"> <img src="https://raw.githubusercontent.com/pyrogram/artwork/master/artwork/pyrogram-logo.png" alt="Pyrogram" width="128">
</a> </a>
<br> <br>
<b>Telegram MTProto API Framework for Python</b> <b>Telegram MTProto API Framework for Python</b>
@ -24,6 +24,9 @@
## Pyrogram ## Pyrogram
> [!NOTE]
> The project is no longer maintained or supported. Thanks for appreciating it.
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots > Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
``` python ``` python
@ -44,14 +47,6 @@ app.run()
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot 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. identity (bot API alternative) using Python.
### Support
If you'd like to support Pyrogram, you can consider:
- [Become a GitHub sponsor](https://github.com/sponsors/delivrance).
- [Become a LiberaPay patron](https://liberapay.com/delivrance).
- [Become an OpenCollective backer](https://opencollective.com/pyrogram).
### Key Features ### Key Features
- **Ready**: Install Pyrogram with pip and start building your applications right away. - **Ready**: Install Pyrogram with pip and start building your applications right away.