Files
abot/README.MD
2022-10-22 17:33:06 +08:00

16 lines
453 B
Markdown

# WeChatRobot
一个基于 [WeChatFerry](https://github.com/lich0821/WeChatFerry) 的微信机器人示例。
## Quick Start
1. 安装微信 `3.7.0.30`,下载地址可以从 [WeChatSetup](https://gitee.com/lch0821/WeChatSetup) 找到。
2. 安装依赖
```sh
pip install -r requirements
```
3. 运行
```sh
python main.py
# 如果微信未打开,会自动打开微信;如果版本不对,也会有提示;其他报错,请进群交流。
```