微信關鍵詞觸發式的聊天機器人框架

適用場景 聊天內容關鍵詞觸發服務。 對話式服務。 依賴 python2.7.x itchat 簡單使用 mybot.py import chatbot botman = chatbot.Chatbot() @botman.listen('你好') def hello(): return '你好' if __name__ == "__main__": botman.run()
相關文章
相關標籤/搜索