Skip to content

Microsoft Bot Builder extension library for developing bots for Microsoft Teams

License

Notifications You must be signed in to change notification settings

wictorwilen/BotBuilder-MicrosoftTeams

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

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 opencode@microsoft.com with any additional questions or comments.

About

Microsoft Bot Builder extension library for developing bots for Microsoft Teams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.4%
  • JavaScript 27.4%
  • TypeScript 8.0%
  • Other 0.2%