1.0.3 • Published 9 years ago
hubot-gmail-watcher v1.0.3
Hubot gmail watcher
Watches your new mail to gmail and send by hubot.
Install
$ npm install --save hubot-gmail-watcher
- add
hubot-gmail-watcher
toexternal-scripts.json
- send
gmail start
to your hubot
Environment variables
- GMAIL_USER - gmail address
- GMAIL_CLIENT_ID - google api client id
- GMAIL_CLIENT_SECRET - google api client secret
- GMAIL_REFRESH_TOKEN - gmail api refresh token
- GMAIL_ACCESS_TOKEN - gmail api access token
Contribution
Usual github way