2022-09-27 22:49:12 +08:00
2022-09-27 22:49:12 +08:00
2022-09-25 19:05:26 +08:00
2022-09-27 22:21:39 +08:00
2022-09-25 19:35:25 +08:00
2022-09-27 22:21:39 +08:00
2022-09-25 14:56:18 +08:00
2022-09-27 22:26:52 +08:00
2022-09-27 22:02:45 +08:00
2022-09-27 22:21:39 +08:00

WeChatRobot

一个基于 WeChatFerry 的微信机器人示例。

Quick Start

  1. 安装微信 3.7.0.30,下载地址可以从 WeChatSetup 找到。
  2. 克隆 Demo 工程
git clone https://github.com/lich0821/WeChatRobot.git
# 如果慢,可以使用镜像库:
# git clone https://gitee.com/lch0821/WeChatRobot.git

操作失败?直接下载 master.zip,然后双击解压即可。 3. 安装依赖

cd WeChatRobot
pip install -r requirements.txt
  1. 运行
python main.py
# 如果微信未打开,会自动打开微信;如果版本不对,也会有提示;其他报错,请进群交流。
Description
abot
Readme 132 MiB
Languages
Python 57%
JavaScript 28.8%
HTML 14.1%
Shell 0.1%