Skip to content

v37.1.25.1

Compare
Choose a tag to compare
@lich0821 lich0821 released this 11 May 07:39
· 101 commits to master since this release
  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
# 如果微信未打开,会自动打开微信;如果版本不对,也会有提示;其他报错,请进群交流。