Comment build a python bot for Teams? Comment deploy it dans my PROD server?

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:

For chat bots, it doesn’t matter what OS you use to host your service.