资 源 简 介
What is it?
Bot Platform lets you create your own robot with your favorite developing languages and environments, such as JAVA C# C++ VB and so on. The SDK is easy to distribute, develop, debug and deploy. Developers can devote their energies to the robot itself, without taking care of the complex communication protocol. The SDK supports almost all the Messenger features, including user file, custom emoticon, nudge, etc. An integrated activity window is also provided in this SDK, so that developers can send user a web page with rich contents in the right activity window.
Documentation
Read the documentation.
Discussion
Visit the discussion group.
Quick Example
Java Example:
```
RobotServerFactory serverFactory = RobotServerFactory.getInstance();
final RobotServer server = serverFactory