README: mention example bot

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-03-12 01:33:28 +01:00
parent 0029d5114b
commit b586b62558
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -27,6 +27,19 @@ Installation
- PIP: `slixmpp-omemo` - PIP: `slixmpp-omemo`
- Manual: `python3 setup.py install` - Manual: `python3 setup.py install`
Examples
--------
The repository contains an example bot that contains many comments, and
can be used to test against other setups. To use it:
```
python examples/echo_bot.py --debug -j foo@bar -p passwd --data-dir /foo/bar
```
It also contains commands. Feel free to open merge requests or issues to
add new useful ones.
Credits Credits
------- -------