Python bot for IRC
Batmanbot s a simple IRCbot wrote by Python. It can be used to log channel chat, to talk or to calculate maths problem.
Installation
- First create the db
python table_def.py- Create config file
config.pyin top level directory
SERVER = ["irc.freenode.org"]
CHANNEL = "#YOUR_CHANNEL_NAME"
PASSWORD = "YOUR_CHANNEL_PASS"
NICKNAME = ["BatmanBot"]
MAIN_SERVER = "irc.freenode.org"- Run the bot
python BatmanBot.pyor more :->
python RobinBot.py
python GothamLive.py