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
- Host: GitHub
- URL: https://github.com/puhoy/jib
- Owner: puhoy
- Created: 2015-06-06T12:59:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T13:01:01.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T04:43:27.526Z (4 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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