Skip to content
Python bot for IRC
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
db
BatmanBot.py
GothamLive.py
README.md
RobinBot.py
__init__.py
dbhazards.py
ircbot.py
irclib.py
table_def.py

README.md

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.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

Bitdeli Badge

You can’t perform that action at this time.