Skip to content

基于WeChatFerry实现的windows平台微信消息提醒

Notifications You must be signed in to change notification settings

WMD001/wx_msg_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wx_msg_notify

基于 WeChatFerry 实现windows平台的微信消息提醒

适用于微信3.9.10.27,下载地址在 这里;也可以从 WeChatSetup 找到。

依赖

打包

目前使用 pyinstaller 进行打包

# 生成spec文件
pyinstaller main.py -i assets/notify.ico -n notify --hidden-import=_cffi_backend -w -y --add-data assets:assets

# 指定spec文件, 通过脚本复制文件
pyinstaller notify.spec

Feature

  • 文本消息
  • 图片消息
  • 视频消息
  • 链接消息
  • 文件消息
  • 语音消息
  • 表情消息
  • 名片消息
  • 小程序消息
  • 引用消息
  • 转发消息记录
  • 拍一拍消息
  • 邀请入群消息
  • 好友添加成功消息
  • 群消息通知
  • 公众号消息通知
  • 隐私模式

About

基于WeChatFerry实现的windows平台微信消息提醒

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages