All Projects → microsoft → Botframework Emulator

microsoft / Botframework Emulator

Licence: other
A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
NSIS
403 projects

Projects that are alternatives of or similar to Botframework Emulator

Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+519.19%)
Mutual labels:  bot, sdk, microsoft-bot-framework, bot-builder
Botframework Sdk
Bot Framework provides the most comprehensive experience for building conversation applications.
Stars: ✭ 6,673 (+335.57%)
Mutual labels:  bot, sdk, microsoft-bot-framework, bot-builder
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (-62.14%)
Mutual labels:  bot, sdk
Line Bot Sdk Php
LINE Messaging API SDK for PHP
Stars: ✭ 601 (-60.77%)
Mutual labels:  bot, sdk
Line Bot Sdk Nodejs
LINE Messaging API SDK for Node.js
Stars: ✭ 683 (-55.42%)
Mutual labels:  bot, sdk
Line Bot Sdk Ruby
LINE Messaging API SDK for Ruby
Stars: ✭ 425 (-72.26%)
Mutual labels:  bot, sdk
Botbuilder Js
Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
Stars: ✭ 469 (-69.39%)
Mutual labels:  bot, sdk
Line Bot Sdk Go
LINE Messaging API SDK for Go
Stars: ✭ 654 (-57.31%)
Mutual labels:  bot, sdk
Viber Bot Php
Php bot interface to work with Viber API
Stars: ✭ 202 (-86.81%)
Mutual labels:  bot, sdk
Matrix Bot Sdk
TypeScript/JavaScript SDK for Matrix bots
Stars: ✭ 63 (-95.89%)
Mutual labels:  bot, sdk
Circuit Sdk
JavaScript and Node.js SDK for Circuit
Stars: ✭ 18 (-98.83%)
Mutual labels:  bot, sdk
Line Bot Sdk Perl
LINE Messaging API SDK for Perl
Stars: ✭ 69 (-95.5%)
Mutual labels:  bot, sdk
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (-73.11%)
Mutual labels:  bot, sdk
flow-bot
Framework to make bots based on Microsoft Bot Framework.
Stars: ✭ 14 (-99.09%)
Mutual labels:  microsoft-bot-framework, bot-builder
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (-68.41%)
Mutual labels:  bot, sdk
BotBuilder.Standard
An unofficial CoreCLR targeted .NET Standard ported version of BotBuilder.
Stars: ✭ 22 (-98.56%)
Mutual labels:  microsoft-bot-framework, bot-builder
Botbuilder Dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
Stars: ✭ 631 (-58.81%)
Mutual labels:  bot, sdk
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+588.97%)
Mutual labels:  bot, microsoft-bot-framework
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+44.39%)
Mutual labels:  bot, sdk
Line Bot Sdk Python
LINE Messaging API SDK for Python
Stars: ✭ 1,198 (-21.8%)
Mutual labels:  bot, sdk

Bot Framework Emulator

Find out what's new with Bot Framework

Bot Framework Emulator

Build Status Coverage Status

The Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK. You can use the Bot Framework Emulator to test bots running either locally on your machine or connect to bots running remotely through a tunnel.

This repo is part the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.

Download

  • Download the Bot Framework V4 Emulator for your platform from the GitHub releases page.

Supported platforms

  • Windows

  • OS X

  • Linux

    Note for Linux users:

    The Emulator leverages a library that uses libsecret so you may need to install it before running npm install.

    Depending on your distribution, you will need to run the following command:

    Debian/Ubuntu: sudo apt-get install libsecret-1-dev

    Red Hat-based: sudo yum install libsecret-devel

    Arch Linux: sudo pacman -S libsecret

Documentation

Checkout the Wiki for docs.

Feedback

Related

Nightly builds

Nightly builds are generated using the latest code. Therefore, they may not be stable, and most likely lack up to date documentation. These builds are better suited for more experienced users, although everyone is welcome to use them and provide feedback. Nightly builds of the V4 Emulator are available here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Copyright (c) Microsoft Corporation. All rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].