How to build a python bot for Teams? How to deploy it in my PROD server?
Source : [Stack Overflow [microsoft-teams]](Microsoft Teams Developer Platform - Teams | Microsoft Learn](Microsoft Teams Developer Platform - Teams | Microsoft Learn)
How to build a python bot for Teams? How to deploy it in my PROD server?
Source : [Stack Overflow [microsoft-teams]](Microsoft Teams Developer Platform - Teams | Microsoft Learn](Microsoft Teams Developer Platform - Teams | Microsoft Learn)
Bots built for Microsoft Teams are made using the Microsoft Bot Framework, which has a Python SDK you can use, or you can use straight REST calls if you prefer. See:
Teams app docs: https://learn.microsoft.com/en-us/microsoftteams/platform/overview
Bot Framework docs: https://learn.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0
For chat bots, it doesn’t matter what OS you use to host your service.