首页 > 代码库 > Python 小程序-微信AI自动回复

Python 小程序-微信AI自动回复

一简介

  使用itcha实现微信登录及消息发送接收,使用图灵AI实现智能回复。

参考API:

http://www.tuling123.com/

https://itchat.readthedocs.io/zh/latest/

二代码

import itchat,time
import requests

KEY = ‘5a480b8f5d034841bbb759ccfdb1e8ac‘#官网申请
def reply_msg(inp_msg):
    apiUrl = ‘http://www.tuling123.com/openapi/api‘
    data = http://www.mamicode.com/{>

  

三效果

技术分享

 

Python 小程序-微信AI自动回复