My Cricket Bot

For my trip to India I decided I would write a bot that can return the latest Cricket News, Scores and Cricket videos via Truveo Video Search. This is super important today as India is in a test with South Africa. Of course I have no understanding of cricket, though the employees here in BDC are definitely watching closely. The bot was written in C-Sharp, which I maintain as the best way to write a bot. The reason being, you have full access to the Open AIM API, you do not have to worry about deploying the .net framework with the bot, and with C-Sharp you get easy to write code with auto complete via Visual Studio. The bot code is posted here for everyone to check out.