diff --git a/README.md b/README.md index 6b904e29..e250b406 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Pyrogram + Pyrogram
Telegram MTProto API Framework for Python @@ -24,6 +24,9 @@ ## 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 ``` 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 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 - **Ready**: Install Pyrogram with pip and start building your applications right away.