Skip to content

s-nt-s/XmppBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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