How to build a python bot for Teams? How to deploy it in my PROD server?
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.