微信机器人底层框架,可接入Gemini、ChatGPT、ChatGLM、讯飞星火、Tigerbot等大模型。WeChat Robot Hook.
Go to file
2022-08-14 07:21:33 +08:00
App Impl execute sql 2022-08-12 23:12:01 +08:00
Rpc Impl get tables with sql 2022-08-07 23:49:37 +08:00
SDK Update Injector 2022-08-14 07:15:05 +08:00
SDKpy Impl GetContacts 2021-08-28 08:33:24 +08:00
Spy Enable SDK Reentry 2022-08-13 23:33:37 +08:00
.editorconfig Switch to UTF-8 BOM to avoid build warning 2022-08-07 22:00:11 +08:00
.gitignore Initial commit 2021-02-12 23:21:57 +08:00
README.MD v3.7.0.30-2 2022-08-14 07:21:33 +08:00
WeChatFerry.sln Initial commit 2021-02-12 23:21:57 +08:00

WeChatFerry

传送信息往返微信的摆渡车。

快速开始

  1. 使用 VS2019 编译。
  2. 打开 CMD,运行 App.exe

项目结构

Spy

间谍模块,注入到微信中,通过 RPC 做消息转发工作。

SDK

RPC 的客户端,封装接口,供其他方调用。

SDKpy

用于生成 Python 接口。为编译该项目,需要做一些配置:

  1. 添加附加包含目录
  • Python 头:C:\Program Files (x86)\Python37-32\Include
  • Pybind11 头:C:\Projs\.pyenv\pybind11\lib\site-packages\pybind11\include
    1. pybind11 可以通过 Python 安装(本工程安装到虚拟环境里了):pip install pybind11
    2. 然后通过命令查找:python -m pybind11 --includes
  1. 添加 Python 的库
  • C:\Program Files (x86)\Python37-32\libs

App

示例应用,介绍如何调用 SDK。

版本更新

v3.7.0.30-22022.08.14

优化 Hook 和 Inject 代码,实现可重入。

v3.7.0.30-12022.08.12

适配微信 3.7.0.30

v3.7.0.29-32022.08.7

  • 查询数据库,获取库、表。

v3.7.0.29-22022.08.7

优化 RPC。

v3.7.0.29-12022.08.7

适配微信 3.7.0.29

v3.3.0.115-32021.08.28

适配微信 3.3.0.115,新增功能:

  • 获取所有联系人

v3.3.0.115-22021.08.22

适配微信 3.3.0.115,新增功能:

  • 发送图片消息

v3.3.0.115-12021.08.22

适配微信 3.3.0.115

v3.0.0.57-12021.02.12

适配微信 3.0.0.57,支持功能:

  • 登录状态判断
  • 接收文本消息
  • 发送文本消息