Skip to content

hemanth/l33ty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

About l33ty

l33ty is an IRC bot build with python, that can do few many things like :

  • l33t translation
  • Google I'm feeling lucky search
  • Karma system
  • XCKD random images
  • Flipping a coin, throwing the dice

Preparing your system

List of dependencies:

  1. Python 2.6.5
  2. Twisted python 10.0.0
  3. Python-Beautifulsoup
  4. fortune from bsd games

Get the dependencies if on a Debian based system by typing the below, or else get the source and compile:

sudo apt-get install python-twisted python-beautifulsoup 

Running the code:

git clone git://github.com/hemanth/l33ty.git
cd l33ty
# edit the bot nick, host and the channel as per need
python l33ty.py

Demo