Jabber Telnet Bot Code
Status: Alpha
Brought to you by:
dixiecko
File | Date | Author | Commit |
---|---|---|---|
cfg | 2009-09-15 |
![]() |
[13f3c0] Re-organize project structure, update logging. |
src | 2009-09-20 |
![]() |
[3777fa] Fix typos after first successfull test. |
.project | 2008-12-14 |
![]() |
[682162] checkin project files into repos |
.pydevproject | 2008-12-14 |
![]() |
[682162] checkin project files into repos |
MANIFEST.in | 2009-09-20 |
![]() |
[3ff2c5] Added Manifest & updated setup.py for working |
README | 2009-09-20 |
![]() |
[4eeae0] updated README with instructions how to use sou... |
jbtelbotd | 2009-09-20 |
![]() |
[a1adea] Moved to toplevel dir & bin/ removed |
setup.py | 2009-09-20 |
![]() |
[3ff2c5] Added Manifest & updated setup.py for working |
# Installation You need to have at least: * Python 2.5.2 * Python xmpp 0.3.1 For debian-based distros (Ubuntu) type following: $ sudo apt-get install python-xmpp python ## Source Release ### Extract JabberTelnetBot-X.Y.tar.gz $ tar xfvz JabberTelnetBot-X.Y.tar.gz ### Configuration It is necessary to setup credentials for Jabber Account which is used by robot for reading incomming commands. Template configuration is at cfg/ directory and format used is python source file. ### Executing $ ./jbtelbotd -d -v -c ./cfg/jbtelbot.conf It starts Jabber Telnet Bot on foreground and it can be stop with CTRL+C on terminal. ## Binary Release (not yet) ### Directory Structure in binary release This is planned, not valid for source release. /etc/jbtelbot.conf /etc/init.d/jbtelbot /usr/sbin/jbtelbotd