WeChatFerry/http/README.MD

29 lines
589 B
Plaintext
Raw Normal View History

2023-05-06 20:53:26 +08:00
# WeChatFerry HTTP 客户端
2023-05-06 21:27:12 +08:00
[![PyPi](https://img.shields.io/pypi/v/wcfhttp.svg)](https://pypi.python.org/pypi/wcfhttp)
基于 [wcferry](https://pypi.org/project/wcferry/) 封装的 HTTP 客户端。
2023-05-06 20:53:26 +08:00
## 快速开始
### 安装
```sh
pip install --upgrade wcfhttp
```
### 运行
```sh
# 查看版本
wcfhttp -v
# 查看帮助
wcfhttp -h
# 忽略新消息运行
wcfhttp
# 新消息转发到指定地址
wcfhttp --cb http://your_host:your_port/callback
```
### 接收消息回调接口文档
2023-05-06 21:27:12 +08:00
参考文档默认地址为http://localhost:9999/docs `接收消息回调样例`。