This repository has been archived on 2024-07-28 . You can view files and clone it, but cannot push or open issues or pull requests.
xbotlib
XMPP bots for humans
Install
$ pip install xbotlib
Example
from xbotlib import Bot
class EchoBot(Bot):
def react(self, msg):
self.reply(f"echo: {msg}")
MyBot()
And then python echo.py
.
API
TODO.
Description
Languages
Python
100%