Yet another irc bot based on go-ircevent
Configuration is supplied by the --config
flag in TOML.
Example:
network = 'chat.us.freenode.net:6697'
tls = true
handle = 'g1mpb0t'
channels = [ '#leetbotz', '#lamebotz' ]
db = '/path/to/sql.db'
accuweather = 'api_key'
zipcodes = '/path/to/zipcodes.json'
newsapi = 'api_key'