a simple IRC bot written in python for the lulz. The bot is written using an irc library by Maurits Dijkstra.
Setup is simple, just create settings.py and fill in the following variables:
# Connection details
NICK = ''
IDENT = ''
SERVER = ('irc.server.com', port)
REALNAME = ''
CHANNEL = ''
# Google API details
GAPIKEY = ''
GCUSTOMSEARCHID = ''
# Wunderground.com API details
WAPIKEY = ''
And you're good to go!