https://github.com/botbuildercommunity/botbuilder-community-python
Part of the Bot Builder Community Project. Repository for extensions for the Microsoft Bot Builder Python SDK, including middleware, dialogs, recognizers and more.
https://github.com/botbuildercommunity/botbuilder-community-python
bot-framework chatbots hacktoberfest
Last synced: about 1 month ago
JSON representation
Part of the Bot Builder Community Project. Repository for extensions for the Microsoft Bot Builder Python SDK, including middleware, dialogs, recognizers and more.
- Host: GitHub
- URL: https://github.com/botbuildercommunity/botbuilder-community-python
- Owner: BotBuilderCommunity
- License: mit
- Created: 2018-08-21T20:41:03.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-15T17:54:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T18:21:40.768Z (about 1 month ago)
- Topics: bot-framework, chatbots, hacktoberfest
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 29
- Watchers: 9
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Bot Builder Community - Python Extensions
[](https://dev.azure.com/BotBuilder-Community/python/_build/latest?definitionId=4&branchName=develop) [](https://coveralls.io/github/BotBuilderCommunity/botbuilder-community-python?branch=HEAD)
This repository is part of the Bot Builder Community Project and contains Bot Builder Extensions for the Python SDK, including middleware, dialogs, helpers and more. Other repos within the Bot Builder Community Project exist for extensions for [JavaScript](https://github.com/BotBuilderCommunity/botbuilder-community-js), [.NET](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet), [Java](https://github.com/BotBuilderCommunity/botbuilder-community-java) and [tools](https://github.com/BotBuilderCommunity/botbuilder-community-tools) - you can find our other repos under [our GitHub organisation for the project](https://github.com/BotBuilderCommunity/).
To see a list of current extensions available for the Bot Builder Python SDK, use the links below to jump to a section
* [Dialogs & Prompts](#dialogs-and-prompts)## Dialogs and Prompts
The following dialogs are currently available;| Name | Description | Sample | PIP |
| ---- | ----------- | ------- | --- |
| [@botbuildercommunity/dialog-prompts](libraries/botbuilder-community-dialogs-prompts/README.md) | A variety of prompts using the [Microsoft Recognizers Text](https://github.com/microsoft/Recognizers-Text) suite, such as currency, temperature, age and dimension. | coming soon | [botbuilder-community-dialogs-prompts](https://pypi.org/project/botbuilder-community-dialogs-prompts/) |