From 1803c996fd4843712936048cc3c1c1293e534237 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Jan 2021 16:54:55 +0100 Subject: [PATCH] More explanation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aeccd6b..058ba9e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ ## XMPP bots for humans +A friendly lightweight wrapper around [slixmpp](https://slixmpp.readthedocs.io/). + +`xbotlib` doesn't want to obscure the workings of the underlying library or +invent a totally new API. To this end, `xbotlib` is a [single file +implementation](./xbotlib.py) which can easily be understood and extended. It +provides a small API surface which reflects the `slixmpp` way of doing things. + +The goal is to make writing and running XMPP bots in Python easy and fun. + ## Install ```sh