Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 430 Bytes

phosewp

Yet another irc bot based on go-ircevent

Configuration

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'