BotFramework-Emulator/README.md

74 строки
4.2 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2019-05-06 00:42:12 +03:00
# ![Bot Framework Emulator](./docs/media/BotFrameworkEmulator_header.png)
2019-05-03 08:54:24 +03:00
### [Find out what's new with Bot Framework](https://github.com/Microsoft/botframework/blob/main/whats-new.md#whats-new)
2019-05-05 19:00:53 +03:00
2019-05-06 00:43:22 +03:00
# Bot Framework Emulator
[![Build Status](https://fuselabs.visualstudio.com/BotFramework-Emulator/_apis/build/status/%5BV4-Nightly%5D-Main-Build?branchName=main)](https://fuselabs.visualstudio.com/BotFramework-Emulator/_build/latest?definitionId=419&branchName=main) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/BotFramework-Emulator/badge.svg?branch=main)](https://coveralls.io/github/Microsoft/BotFramework-Emulator?branch=main)
2016-11-15 10:10:41 +03:00
2019-05-03 08:56:13 +03:00
The Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots built using the [Bot Framework SDK](https://github.com/microsoft/botbuilder). 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.
2016-11-15 10:10:41 +03:00
This repo is part the [Microsoft Bot Framework](https://github.com/microsoft/botframework-sdk) - a comprehensive framework for building enterprise-grade conversational AI experiences.
2019-05-06 01:34:16 +03:00
2016-11-16 00:45:26 +03:00
## Download
2016-11-16 03:02:36 +03:00
* Download the Bot Framework V4 Emulator for your platform from the [GitHub releases](https://github.com/Microsoft/BotFramework-Emulator/releases/latest) page.
2016-11-16 00:45:26 +03:00
### Supported platforms
2016-11-16 03:02:36 +03:00
2016-11-16 00:45:26 +03:00
* 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`
2016-11-16 00:45:26 +03:00
2018-09-22 23:07:18 +03:00
## Documentation
2016-11-15 10:10:41 +03:00
2018-09-22 23:07:18 +03:00
Checkout the [Wiki](https://github.com/Microsoft/BotFramework-Emulator/wiki) for docs.
2017-03-17 21:44:43 +03:00
2016-11-15 10:10:41 +03:00
## Feedback
2018-05-04 21:56:38 +03:00
* File a bug or suggestion in [GitHub Issues](https://github.com/Microsoft/BotFramework-Emulator/blob/v4/CONTRIBUTING.md#submitting-issues)
2016-12-07 01:04:07 +03:00
* Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework)
2016-11-15 10:10:41 +03:00
## Related
* [Microsoft Bot Framework](https://dev.botframework.com/)
2019-05-03 08:56:13 +03:00
* [Bot Framework SDK](https://github.com/Microsoft/BotBuilder)
* [Bot Framework CLI](https://github.com/microsoft/botframework-cli)
2019-05-03 08:56:13 +03:00
* [Bot Framework Web Chat](https://github.com/Microsoft/BotFramework-WebChat)
2016-11-15 10:10:41 +03:00
2018-11-15 22:12:28 +03:00
## 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](https://github.com/Microsoft/botframework-emulator-nightlies/releases).
2018-11-15 22:12:28 +03:00
2018-09-22 23:07:18 +03:00
## 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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Reporting Security Issues
2018-09-22 23:07:18 +03:00
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). 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](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
2016-11-15 10:10:41 +03:00
Copyright (c) Microsoft Corporation. All rights reserved.