Skip to content

Releases: lich0821/WeChatRobot

v39.0.14.0

17 Nov 15:20
Compare
Choose a tag to compare
  1. 安装 Python
  2. 安装微信 3.9.2.23
  3. 克隆或者下载项目
  4. 安装依赖
# 升级 pip
python -m pip install -U pip
# 安装必要依赖
pip install -r requirements.txt
# ChatGLM 还需要安装一个 kernel
ipython kernel install --name chatglm3 --user

5、配置运行(新环境先养号,不然容易风控)

v37.1.25.1

11 May 07:39
Compare
Choose a tag to compare
  1. 安装 Python 和 GitBash (安装文件见下方)
  2. 安装微信 3.7.0.30
  3. 克隆项目
git clone https://github.com/lich0821/WeChatRobot.git

如果觉得克隆复杂,也可以直接下方的Source code (zip)到本地解压。

  1. 安装依赖
# 升级 pip
python -m pip install -U pip
# 安装必要依赖
pip install -r requirements.txt
  1. 运行

直接运行程序会自动拉起微信:

python main.py
# 如果微信未打开,会自动打开微信;如果版本不对,也会有提示;其他报错,请进群交流。