An open API service indexing awesome lists of open source software.

https://github.com/puhoy/jib

a JabberIrcBot in python
https://github.com/puhoy/jib

Last synced: 2 months ago
JSON representation

a JabberIrcBot in python

Awesome Lists containing this project

README

        

#### JabberIrcBot
a simple(and threaded) jabber/irc bot based on sleekxmpp.

the jabber part is extendable by implementing the XmppBotBase class (see XmppBot in xmpp_bot_impl for examples)

## usage
python3 jib.py [email protected] -p "p@s$woRd" [email protected]

## installation
pyvenv-3.4 venv
source venv/bin/activate
pip install -r requirements.txt