/gcibot

Google Code in irc bot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GCIBot

Google Code in irc bot

How to use

Add a file data.py with this data:

username = "desired_username"
nickname = "desired_nickname"
password = "password_for_nickname"
google_account = "account_for_lookup_tasks"
google_password = "password_for_google_account"
server = "irc.freenode.net"
port = 6667

And then

python gcibot.py channel1 channel2