我使用流行的python中的python- telegram -bot库开发了一个电报机器人。
该机器人是一个简单的echo机器人,您可以在本教程中找到:https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/echobot.py
是否有可能将其部署在无服务器架构上,如Azure函数?
发布于 2021-02-15 15:15:48
您可以将python bot部署到Azure函数。下面的链接将对您有所帮助:
Creating a Serverless Python Chatbot API in Microsoft Azure from Scratch in 9 Easy Steps
https://stackoverflow.com/questions/66194100
复制相似问题