We can never decide where to eat for lunch, so this bot will tell us what to do. Or at least make a suggestion.
This bot, built for Slack, posts its decision into a team Slack channel.
##Dependencies
Well, the big thing this requires is Slack, which is a team communications tool we use.
This is a program written in JavaScript for Node, and it uses the the Request node module.
npm install request
##For More info
Deets on how this came to be, and how to get the incoming webhook URL you need to make this work, can be found in this blog post.