Skip to content

Telling/IRCyborg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

an IRC bot written in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages