python3 itchat微信自动回复机器人 Python

import itchat import requests import random import time def get_response(msg): url = 'http://i.itpk.cn/api.php'#自动回复API接口 data = { #接口参数 'api_key': 'xxxx', ...
myluzh 发布于 

python itchat拦截微信群或好友撤回消息 Python

import sys import os, re, shutil, time, collections, json from html.parser import HTMLParser from xml.etree import ElementTree as ETree import itchat from itchat.content import *...
myluzh 发布于