Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 504 Bytes

The XmppBot framework is powered by Slixmpp and allows you to easily write bots that use the XMPP protocol. You can create commands by decorating functions in your subclass or customize the bot’s operation completely. MUCs are also supported.

You can see some examples in examples folder.

You can install and unsintall with:

# install
pip3 install slixmppbot
# uninstall
pip3 uninstall slixmppbot