WeChatRobot

微信机器人,接入Gemini、ChatGPT、ChatGLM、讯飞星火、Tigerbot;成语接龙、天气预报、新闻摘要、定时任务。

MIT License

Stars
1.2K

Bot releases are hidden (Show)

WeChatRobot - v39.2.4.0 Latest Release

Published by lich0821 about 1 month ago

  1. 安装 Python
  2. 安装微信 3.9.10.27
  3. 克隆或者下载项目
  4. 安装依赖
# 升级 pip
python -m pip install -U pip
# 安装必要依赖
pip install -r requirements.txt
# ChatGLM 还需要安装一个 kernel
ipython kernel install --name chatglm3 --user

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

WeChatRobot - v39.0.3.0

Published by lich0821 11 months ago

  1. 安装 Python
  2. 安装微信 3.9.2.23
  3. 克隆或者下载项目
  4. 安装依赖
# 升级 pip
python -m pip install -U pip
# 安装必要依赖
pip install -r requirements.txt

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

WeChatRobot - v37.1.25.1

Published by lich0821 over 1 year ago

  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
# 如果微信未打开,会自动打开微信;如果版本不对,也会有提示;其他报错,请进群交流。
Related Projects