All Projects → OfficeDev → Botbuilder Microsoftteams

OfficeDev / Botbuilder Microsoftteams

Licence: mit
Microsoft Bot Builder extension library for developing bots for Microsoft Teams

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Botbuilder Microsoftteams

Botonic
Build chatbots and conversational experiences using React
Stars: ✭ 144 (-25%)
Mutual labels:  bots, bot-framework
Botbuilder Community Js
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder JavaScript SDK, including middleware, dialogs, recognizers and more.
Stars: ✭ 88 (-54.17%)
Mutual labels:  bots, bot-framework
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+150.52%)
Mutual labels:  bots, bot-framework
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+113.54%)
Mutual labels:  bots, bot-framework
Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (-32.81%)
Mutual labels:  bots, bot-framework
Botbuilder Python
The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
Stars: ✭ 457 (+138.02%)
Mutual labels:  bots, bot-framework
Adaptivecards
A new way for developers to exchange card content in a common and consistent way.
Stars: ✭ 950 (+394.79%)
Mutual labels:  bots, bot-framework
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (-55.21%)
Mutual labels:  bots, bot-framework
Botbuilder Java
The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
Stars: ✭ 127 (-33.85%)
Mutual labels:  bots, bot-framework
Fondbot
Chatbot framework
Stars: ✭ 102 (-46.87%)
Mutual labels:  bots, bot-framework
Botbuilder Tools
Welcome to the Bot Framework Tools repository, which is the home for a set of tools for developers building bots with the Microsoft Bot Framework
Stars: ✭ 402 (+109.38%)
Mutual labels:  bots, bot-framework
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+6784.9%)
Mutual labels:  bots, bot-framework
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+80.73%)
Mutual labels:  bots, bot-framework
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 (+144.27%)
Mutual labels:  bots, bot-framework
Botbuilder Samples
Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK!
Stars: ✭ 3,484 (+1714.58%)
Mutual labels:  bots, bot-framework
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 (+228.65%)
Mutual labels:  bots, bot-framework
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (-90.62%)
Mutual labels:  bots, bot-framework
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (-83.85%)
Mutual labels:  bots, bot-framework
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 (+4840.63%)
Mutual labels:  bots, bot-framework
Framework
Chatbot framework
Stars: ✭ 130 (-32.29%)
Mutual labels:  bots, bot-framework

This functionality is now in the core Bot Framework SDK

This functionality has been moved into the core Bot Framework SDK. You should update your Bot Framework SDK to version 4.6 rather than using this SDK.

This SDK will be deprecated, and will not receive further updates.

Bot Builder Microsoft Teams Extensions

Build status

The Microsoft Bot Builder SDK Teams Extensions allow you to build bots for Microsoft Teams quickly and easily. Review the documentation to get started!

Note that the Bot Builder Extensions does NOT yet work with Bot Framework SDK 4.x. It currently only works with Bot Framework SDK 3.x.

This SDK allows you to easily...

  • Fetch a list of channels in a team
  • Fetch profile info about all members of a team
  • Fetch tenant-id from an incoming message to bot
  • Create 1:1 chat with a specific user
  • Mention a specific user
  • Consume various events like channel-created, team-renamed, etc.
  • Accept messages only from specific tenants
  • Write Compose Extensions
  • and more!

Installing

If you are building your bot in .NET, simply grab the Microsoft.Bot.Connector.Teams nuget.

If you are using Node, grab the botbuilder-teams NPM instead.

Get started quickly with our samples:

  • Sample bot C#
  • Sample bot Node

Questions, bugs, feature requests, and contributions

Please review the information here.

Contributing

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.

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].