Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.05 KB

Readme.md

File metadata and controls

37 lines (32 loc) · 1.05 KB

Pester

Pesters someone to get their attention.

Installation

/kpm install pester

Configuration

/kpm config pester emailConfig <nodemailer config>
/kpm config pester smsConfig {"phoneNumber":"<twilioPhoneNumber>", "sid":"<twilioSID>", "token":"<twilioToken>"}

See https://twilio.github.io/twilio-node and https://nodemailer.com/.

Usage

USAGE
	/pester [name/id] [message...] <options...>
OPTIONS
	-pm, --private
		Sends a private message to the person on this integration.
	-tx, --textmessage {PHONE_NUM} 
		Sends a text message to the persons phone.
	-se, --seen
		Sends a message to the persons the next time they are seen in this chat.
	-re, --respond
		Sends a message to the persons the next time they send something in this chat.
	-em, --email {EMAIL} 
		Sends a message to the persons the next time they send something in this chat.
	-h, --help
		Shows this help.

License

Licensed under the MIT license. Copyright (c) 2017 Matthew Knox.