Xmas hacking - iHubot app
When all proper people are celebrating Xmas, I like a true code janky hacked together a standalone Hubot iOS app.

It’s powered by Heroku installation with self-written hubot-http adapter, which just responds to POSTs on ihubot.herokuapp.com/hubot/tell address. So, source of app is on github
Stuff that I have used for this 5-hour hackaton:
- Hubot himself.
- UIBubbleTableView for beautiful chat bubbles message list view
- AFNetworking - probably, the best networking library for Objective-C
- LBYouTubeView - to show YouTube
- OLImageView - to show GIFs
- SDWebImage - to fetch images into
UIImageViews