UNKNOWN
Project description
Class jabber bot on python
Install
pip install jabber-bot
Example
import xmpp from jabber_bot import JabberBot config = { 'jid': 'username@jabber.org', 'pass': 'pass' } def message_handler(conn, mess): text = mess.getBody() user = mess.getFrom() reply = text conn.send(xmpp.Message(mess.getFrom(), reply)) bot = JabberBot(config['jid'], config['pass']) bot.register_handler('message', message_handler) bot.start()
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size jabber-bot-0.1.1.tar.gz (1.0 kB) | File type Source | Python version None | Upload date | Hashes View |