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.
2021-01-10 15:45:12 +01:00
2021-01-10 15:05:44 +01:00
2021-01-10 14:10:39 +01:00
2021-01-10 14:10:39 +01:00
2021-01-10 14:10:39 +01:00
2021-01-10 14:10:39 +01:00
2021-01-10 15:45:12 +01:00

xbotlib

XMPP bots for humans

Install

$ pip install xbotlib

Example

from xbotlib import Bot

class EchoBot(Bot):
    def react(self, msg):
        self.reply(to=message.sender, body=message.body)

MyBot()

And then python echo.py.

More Examples

  • EchoBot: Sends back what you sent it
  • WhisperBot: Pseudo-anonymous whispering in group chats

See the examples directoy for all listings.

Description
XMPP bots for humans
Readme 312 KiB
Languages
Python 100%