An utility irc bot for ##testbot on freenode. Works on Python 2.7+
-
git clone git@github.com:SanketDG/batuli.git
-
cd batuli
-
pip install -r requirements.txt
-
python main.py
-
To run the bot in logging mode:
python main.py -l <filename>
The channel logs will be saved in <filename>
.
~pym
Gives link to pymbook<nickname>, hello
or<nickname>: hello
Hello's back!<nickname>, ping
or<nickname>: ping
Pong's back!~date
or<nickname>, date
or<nickname>: date
Print's current date and time.~random
display's a random snippet from commandlinefu.com~whatis <word>
fetches one sentence summary from wikipedia about word.~help
display's a help message.
MIT