1.发送微信消息直接使用第三方库 itchat,其文档中有详细使用方式; https://itchat.readthedocs.io/zh/latest/如下实例为 发送群聊信息# -*- coding: utf-8 -*-# (C) Guangcai Ren, 2019# All rights reservedimport loggingimport itchatlog = logging.getLogger(__name__)# itcha ......
本文摘自 :https://www.cnblogs.com/


