首页 > 代码库 > [Python] WeChat_Roubot

[Python] WeChat_Roubot

在微信中接入一个聊天机器人

1. WeChat 个人接口itchat

2. 图灵机器人

 

#-*- coding:utf-8 -*-
import itchat
import requests

apiUrl = ‘http://www.tuling123.com/openapi/api‘

KEY = ‘03ea77300ddb4cf7bf243603ea84c2f0‘

#request module‘s function to get the data from the website
def get_response(msg):
	data=http://www.mamicode.com/{>

  

[Python] WeChat_Roubot