Getting Started with the Microsoft Bot Framework

The Microsoft Bot Framework provides a unified platform where a developer can deploy code once but reach multiple platforms such as Skype, Facebook Messenger or Telegram at the click of a button. The following example is built using the Microsoft Bot Framework, Language Understanding Intelligent Service, Microsoft Translator API and myTransport.SG API. This is an open source project & step-by-step installation guide to deploy a simple Bus Timing Bot. It is coded in Node.js but you can also use C# to build a bot. Please feel free to fork it for your own purposes. ...