Eliza Howto

Assumptions: You have a linux or cygwin with perl installed on it

Step 1) Download, Untar, Install Net::AIM
 
Download Net::AIM from here
Download ChatBot::Eliza from here
Do the usual gunzip and tar xvf

If you have root access or in cygwin, you can do this
perl Makefile.PL 
otherwise you can install it on your home directory, like I did
perl Makefile.PL PREFIX=$HOME/mylinuxroot

make test
make
make install

Step 3) Configurate

Set your PERLLIB if you install in your home directory. 
This also depends on your perl version .. I have
export PERLLIB=/home/t/tm/tmtong/mylinuxroot/lib/perl5/site_perl/5.005

Download this file and change your username and password in eliza.pl

Step 4) Run It

Run it by 
perl eliza.pl

Written by Terence Tong
Statistics:
Go back to Home