From 30de1e21e3e8b5949971ba0bba56bb818ba43b71 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:20:42 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b904e29..e250b406 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
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.