orakaro / BatmanBot

Python bot for IRC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python bot for IRC


Languages

Language:Python 100.0%