Locally test and debug chat bots built with the Bot Framework SDK
Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely. Using the Emulator, you can chat with your bot and inspect the messages that your bot sends and receives. The Emulator displays messages as they would appear in a web chat UI and logs JSON requests and responses as you exchange messages with your bot. Before you deploy your bot to the cloud, run it locally and test it using the Emulator. You can test your bot using...
Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats. These accounts serve as an interface for code running somewhere on your server. Telegraf is a library that makes it simple for you to develop your own Telegram bots using JavaScript or TypeScript. You can see in every example is a Context instance. Telegraf creates one for each incoming update and passes it to your middleware....
WeeBot is a .NET framework for hosting bots and testing game modifications to the Weewar online TBS game (weewar.com). It provides APIs for bot development as well as a client and single game server for hosting and testing bots offline.
This software allows a MUD server to be run as a Jabber bot. Users can then play the MUD using their Jabber client instead of a MUD client or telnet. This relieves the MUD server from having to handle user chat as users can chat in Jabber instead.
JIB - Java IM Bot, aimed to built a pluggable,
customizable, expandable and dynamic bot framework for
instant messager. With JIB user can control remote IM Bots over web based interface, configure bots to perform various tasks or custom behavior.