Batmanbot s a simple IRCbot wrote by Python. It can be used to log channel chat, to talk or to calculate maths problem.
- First create the db
python table_def.py
- Create config file
config.py
in 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.py
or more :->
python RobinBot.py
python GothamLive.py