From 5e5b37607432e3ca109ab9b6dc7c8ab1ea9b7791 Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 14 Jul 2023 00:47:35 +0800 Subject: [PATCH] Update to wcferry v39.0.0.0 --- README.MD | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 3eb834c..a0ef53c 100644 --- a/README.MD +++ b/README.MD @@ -1,14 +1,14 @@ # WeChatRobot 一个基于 [WeChatFerry](https://github.com/lich0821/WeChatFerry) 的微信机器人示例。 -|[📖 文档](https://wechatferry.readthedocs.io/)|[📺 视频教程](https://mp.weixin.qq.com/s/APdjGyZ2hllXxyG_sNCfXQ)|[🙋 FAQ](https://mp.weixin.qq.com/s/XTJ9H-FsCPCscixAts8i_A)| +|[📖 文档](https://wechatferry.readthedocs.io/)|[📺 视频教程](https://mp.weixin.qq.com/s/APdjGyZ2hllXxyG_sNCfXQ)|[🙋 FAQ](https://mp.weixin.qq.com/s/vAGpn1C9stI8Xzt1hUJhLA)| |:-:|:-:|:-:| ![Demo](demo.gif) ## Quick Start 0. 安装 Python,例如 [3.10.11](https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe) -1. 安装微信 `3.7.0.30`,下载地址在 [这里](https://github.com/lich0821/WeChatFerry/releases/download/v3.7.0.30.21/WeChatSetup-3.7.0.30.exe);也可以从 [WeChatSetup](https://gitee.com/lch0821/WeChatSetup) 找到。 +1. 安装微信 `3.9.2.23`,下载地址在 [这里](https://github.com/lich0821/WeChatFerry/releases/download/v39.0.0/WeChatSetup-3.9.2.23.exe);也可以从 [WeChatSetup](https://gitee.com/lch0821/WeChatSetup) 找到。 2. 克隆项目 ```sh git clone https://github.com/lich0821/WeChatRobot.git diff --git a/requirements.txt b/requirements.txt index 205b272..716020b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pandas pyyaml requests schedule -wcferry===37.1.25.3 +wcferry>=39.0.0.0