Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README formatting #3

Merged
merged 1 commit into from Jan 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 21 additions & 14 deletions README.md
@@ -1,32 +1,39 @@
## 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
* 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 :
### List of dependencies:

0. Python 2.6.5
1. Twisted python 10.0.0
2. Python-Beautifulsoup
3. 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
```

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:

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

## After the above, you may run the code by :
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
http://player.vimeo.com/video/16360222

* http://player.vimeo.com/video/16360222