An open API service indexing awesome lists of open source software.

https://github.com/botbuildercommunity/botbuilder-community-tools

Part of the Bot Builder Community Project. Repository for tools relating to bot development using the Microsoft Bot Builder SDK.
https://github.com/botbuildercommunity/botbuilder-community-tools

bot-framework bot-framework-tools hacktoberfest

Last synced: about 1 month ago
JSON representation

Part of the Bot Builder Community Project. Repository for tools relating to bot development using the Microsoft Bot Builder SDK.

Awesome Lists containing this project

README

        

# Bot Builder Community - Tools

This repository is part of the Bot Builder Community Project and contains Tools for use when building solutions with the Bot Builder SDKs. Other repos within the Bot Builder Community Project exist for extensions for [.NET](https://github.com/BotBuilderCommunity/botbuilder-community-tools), [JavaScript](https://github.com/BotBuilderCommunity/botbuilder-community-js), [Python](https://github.com/BotBuilderCommunity/botbuilder-community-python) and [Java](https://github.com/BotBuilderCommunity/botbuilder-community-java) - you can find our other repos under [our GitHub organisation for the project](https://github.com/BotBuilderCommunity/).

## Tools

The following tools are available to globally install via NPM.

| Name | Description | NPM |
| ---- | ----------- |-----|
| [directline-postman](./directline-postman/README.md) | Postman tools for debugging bots through the Direct Line | - |
| [talking bot bridge](./TalkingBotBridge/ReadMe.md) | Talk to your bot with speech using a desktop UWP bridge| - |
| [DispatchUpdater](./DispatchUpdater/README.md) | Update your Dispatch models on a schedule using Azure Functions | - |

The following tools are available to run as isolated Powershell modules.

| Name | Description
| ---- | -----------
| [bottroubleshooter](./bottroubleshooter/README.md) | Script to troubleshoot common issues with bot setup, configuration, and connectivity |

The following tools are available as [Visual Studio Code](https://code.visualstudio.com/) extensions:

| Name | Description
| ---- | -----------
| [bfc-vscode-snippets](./bfc-vscode-snippets/README.md) | A Visual Studio Code extension to add snippets around the Bot Framework to your editor. Extension download is link [here](https://marketplace.visualstudio.com/items?itemName=BotFrameworkCommunity.bfc-vscode-snippets) |

## Visual Studio Project template
| Name | Description
| ---- | -----------
| [Bot Composer Custom Template](./VSProjectTemplate/BotComposerCustomActionTemplate/README.md) | A Visual Studio project template for Bot composer , download is link [here](https://marketplace.visualstudio.com/items?itemName=Vinoth.CustomAction1) |