Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 484 Bytes

IRCyborg

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!