使用PyWechatSpy爬取聊天记录入库 2021-1-18 11:05 | 28 | 0 | Python 33 字 | 几秒读完 main.py from PyWeChatSpy import WeChatSpy from PyWeChatSpy.command import * import time import sys import os sys.path.append(os.path.dirname(__file__)) from config import Conf… .batconfigparsepythonPyWechatSpyrequirements