Entries tagged with hubot

PGP encrypted messages for Keybase users in our chat rooms

I’ve released hubot-keybase, a Hubot script to encrypt messages for Keybase users.

ref: ngs/hubot-keybase on GitHub

Read On 

Pick assignee for JIRA issues with hubot-jira-lotto

I published a Hubot script to pick assignee for JIRA issues.

ngs/hubot-jira-lotto

npm install --save hubot-jira-lotto

Read On 

Fetch distributions and invalidate with hubot-cloudfront

I published a Hubot script to fetch Amazon CloudFront distribution list and invalidate objects.

ngs/hubot-cloudfront

npm install --save hubot-cloudfront

Read On 

TDD Hubot scripts with gulp+mocha

I created 3 Hubot scripts and published to npm, however I worried about that there are no unit tests with them.

So I configured them unit tests with gulp and mocha.

Read On 

Take cross browser screenshots with hubot-browserstack

I published a Hubot script to take cross browser screenshots with BrowserStack.

me > hubot screenshot me http://www.google.com/
hubot > Started generating screenshots in http://www.browserstack.com/screenshots/d804f186e460dc4f2a30849a9686c3a8c4276c21

To add this script run npm install command in your hubot directory.

npm install --save hubot-browserstack

and add hubot-browserstack to external-scripts.json

["hubot-browserstack"]

For more details, visit GitHub repo: ngs/hubot-browserstack.