Skip to content

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).

Notifications You must be signed in to change notification settings

dixie/jabber-telnet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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="[email protected]"
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

About

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages