Are you using Slack? If yes, are you using Bot on Slack? If yes, do your Bots talk to each other? I guess most of them probably don't. The following picture should be familiar to you, people talk to each other on Slack. Have you ever seen Bots talk to each other like we do? This … Continue reading Bots Club
Tag: Slack
Hubot: CloudHealth ‘Oh My Bill’
'Oh My Bill' is a plugin that uses CloudHealth API to get your AWS cost report. Here are two files you need if you are interested to use: lib/omb.js and scripts/omb.js
Hubot: akamai
Previously I wrote a post talking about performing some Akamai operations in Hubot. Here is how it looks in Slack. The plugin includes two files: lib/akamai.js and scripts/akamai.js
Hubot: Opsgenie ‘Who is on call?’
I am becoming a big fan of using Bot now. Especially with the combination of Slack + Hubot. Here is a simple plugin I wrote for finding out who is on call.