I received good feedbacks since shared the SSSG-Ninja in Akamai community, so I decided to share another useful tool that I ever built before. Akamai-Bot is a Hubot based automation bot that allows users to perform some Akamai daily tasks simply by chatting. Here are some examples. If you are interested, here is the git … Continue reading Akamai-Bot
Tag: Slack
Bots Club
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
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.