本文将介绍如何使用wcferry库创建一个 Python 应用程序,该程序监听消息并根据特定过滤器发送电子邮件通知。我们将把实现分为几个类,每个类负责不同的功能。 1. EmailSender 类 EmailSender类封装了通过 SMTP 发送电子邮件的逻辑。它需要 SMTP 服务器的地址、端口和用户名进行身份验证。 classEmail
微信机器人,可接入DeepSeek、Gemini、ChatGPT、ChatGLM、讯飞星火、Tigerbot等大模型。微信 hook WeChat Robot Hook. - WeChatFerry/clients/python/wcferry/client.py at master · lich0821/WeChatFerry
5 changes: 3 additions & 2 deletions 5 clients/python/wcferry/client.py Original file line numberDiff line numberDiff line change@@ -908,8 +908,9 @@ def get_chatroom_members(self, roomid: str) -> Dict: Dict: 群成员列表: {wxid1: 昵称1, wxid2: 昵称2, ...}...
Python基于PC版微信实现机器人 在github中有基于web版的微信实现的实时收发消息api,python调用起来非常简单。但是目前来说,大部分的用户没法登录web版的微信,因此也就没法使用。 今天我们介绍基于windows版的微信,实现实时收发信息。本文站在巨人的肩膀上,基于第三方提供的库,实现自动聊天机器人。效果如下: 最终效果 1 ...
WechatFerry | ## WechatFerry 协议tr>### 准备工作1. 使用该协议接入微信,需要使用特定版本的`windows`客户端,具体因协议的版本而异,目前使用的是`wcferry == 39.4.1.0`,对应的wx客户端版本为`3.9.12.17`,[下载链接](链接)下载后安装并登录,**关闭系统自动更新**2. python版本:`Python>=3.9`,建议3.9...
通过pip 快速安装 wcferry pip install wcferry 免责声明:仅供学习和技术研究使用,不得用于任何商业或非法行为,否则后果自负。 基本原理 当微信收到消息时,抢在微信处理(显示到页面)前,先让工具处理,处理完之后再交还给原来的处理模块。需要发送消息时,模拟微信发送消息,组装好消息体,调用微信发送消息的模块。获取联...
rust/wcferry/Cargo.lock rust/wcferry/.wcf.lock /rust/wcferry/target/CACHEDIR.TAG */rust/target/ */rust/wcferry/Cargo.lock */rust/wcferry/.wcf.lock */rust/wcferry/target/CACHEDIR.TAG http/dist/ http/*.egg-info/ */http/dist/ ...
forked fromlich0821/WeChatFerry NotificationsYou must be signed in to change notification settings Fork0 Star1 Code Pull requests Actions Projects Security Insights Additional navigation options Files ae35f0a .github launcher python wcferry MANIFEST.in ...
Projects Security Insights Additional navigation options Files 3e95e96 .github cpp java proto python wcferry MANIFEST.in README.MD demo.py setup.py sdk spy .editorconfig .gitignore LICENSE README.MD TEQuant.jpeg WeChatFerry.sln demo.gif
wcferry MANIFEST.in README.MD demo.py setup.py rpc rust sdk spy wcf .editorconfig .gitignore .readthedocs.yml LICENSE QR.jpeg README.MD TEQuant.jpg WeChatFerry.sln demo.gif Breadcrumbs WeChatFerry /python / Latest commit lich0821