irc-notifier
v0.2.0
Published
IRC email notifications (keywords/phrases mentions)
Readme
IRC-Notifier – IRC email notificactions
Great way of being notified when given phrase or keyword is mentioned on irc
Setup
Install irc-notifier
$ npm install irc-notifierSetup config.json
See config.example.json for base template. Options:
- smtp - Mail transport configuration
- host
string- Host url - auth - Authentication credentials
- user
string- Username - pass
strng- Password
- user
- from
stringEmail address to be put into from field - to
stringEmail address at which notifications should arrive
- host
- irc - IRC configuration, each child object is configuration for each server on which we want to listen. Key is server address, value provides configuration where:
- user
stringBot nickname (make sure it's unique) - channels - Each child object is configuration for each channel, where key is channel name and value is array of keywords of which we want to be notified
- user
Start notifier
$ npm start