v39.2.3.0
This commit is contained in:
parent
4be317588f
commit
f7b4b2c7b2
13
clients/python/README.MD
vendored
13
clients/python/README.MD
vendored
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
🤖示例机器人框架:[WeChatRobot](https://github.com/lich0821/WeChatRobot)。
|
🤖示例机器人框架:[WeChatRobot](https://github.com/lich0821/WeChatRobot)。
|
||||||
|
|
||||||
|
|||
|
||||||
|
|:-:|:-:|
|
||||||
|
|后台回复 `WCF` 加群交流|如果你觉得有用|
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
```sh
|
```sh
|
||||||
pip install --upgrade wcferry
|
pip install --upgrade wcferry
|
||||||
@ -14,10 +18,6 @@ pip install --upgrade wcferry
|
|||||||
### Demo:
|
### Demo:
|
||||||
参考 [WeChatRobot](https://github.com/lich0821/WeChatRobot) 和上面的文档。
|
参考 [WeChatRobot](https://github.com/lich0821/WeChatRobot) 和上面的文档。
|
||||||
|
|
||||||
|||
|
|
||||||
|:-:|:-:|
|
|
||||||
|后台回复 `WCF` 加群交流|如果你觉得有用|
|
|
||||||
|
|
||||||
## 一起开发
|
## 一起开发
|
||||||
### 配置环境
|
### 配置环境
|
||||||
```sh
|
```sh
|
||||||
@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
|
|||||||
|
|
||||||
## 版本更新
|
## 版本更新
|
||||||
|
|
||||||
### v39.2.2.0 (2024.07.03)
|
### v39.2.3.0 (2024.07.04)
|
||||||
* 修复一个问题
|
* 实现发送 GIF
|
||||||
|
|
||||||
<details><summary>点击查看更多</summary>
|
<details><summary>点击查看更多</summary>
|
||||||
|
|
||||||
@ -70,6 +70,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
|
|||||||
* 发送图片消息
|
* 发送图片消息
|
||||||
* 发送文件消息
|
* 发送文件消息
|
||||||
* 发送卡片消息
|
* 发送卡片消息
|
||||||
|
* 发送 GIF
|
||||||
* 拍一拍群友
|
* 拍一拍群友
|
||||||
* 转发消息
|
* 转发消息
|
||||||
* 开启接收消息
|
* 开启接收消息
|
||||||
|
Loading…
Reference in New Issue
Block a user