s-nt-s / XmppBot

Xmpp Bot powered by Slixmpp
GNU General Public License v3.0
1 stars 1 forks source link

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