Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 371 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 371 Bytes

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