jabber-telnet-bot
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Jabber Bot which provides interface to telnet connection (over 23). Besically it allows interaction with some MUDs or Talkers over the IM clients (pidgin, gajim, gtalk, etc).
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

And extract archive (where is also this README.txt placed) to some directory, e.g /home/yourname/jabberAtlBot/ or /usr/local/jabberAtlBot/ for system-wide
CONFIGURATION

Edit config.py file which is self-explained:

# Telnet / MUD host/port
ATL_HOST="atlantis.talker.sk"
ATL_PORT=23
# JID = login into jabber / PWD = plaintext password
JABBER_JID="meciar@example.com"
JABBER_PWD="nbusr123"
# This can be Set to None if JID contains all info
JABBER_SERVER=("gmail.example.com", 5223)
# JABBER_SERVER=None

EXECUTE

Start the bot: ./JabberTelnetBot.py

For help: ./JabberTelnetBot.py –help

For different config file: ./JabberTelnetBot.py -c /home/cimrman/sekret/specialConfig.py


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。