From 98bd60aa6c1276bea36600a02714b7e6ed92d79f Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:35:41 +0000 Subject: [PATCH] Archive notice --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7e63a63..841ef05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# Archive Notice + +**Thank you to everyone for using this software! It is no longer maintained.** + +However, there are many good alternatives out there for creating Matrix bots. In Python: + +* [matrix-nio](https://github.com/matrix-nio/matrix-nio) - The library this template is based on. +* [mautrix-python](https://github.com/mautrix/python) - Another low-level(ish) python matrix library. + * [maubot](https://github.com/maubot/maubot) - A plugin-based bot framework that handles most of the boilerplate for you. You just write simple plugins. + +for even more options, see . Happy hacking! + +--- + # Nio Template [![Built with matrix-nio](https://img.shields.io/badge/built%20with-matrix--nio-brightgreen)](https://github.com/poljar/matrix-nio) A template for creating bots with