https://github.com/muzihuaner/feishu_windows_speak_text
飞书消息弹窗语音通知程序
https://github.com/muzihuaner/feishu_windows_speak_text
auto feishu python
Last synced: 2 months ago
JSON representation
飞书消息弹窗语音通知程序
- Host: GitHub
- URL: https://github.com/muzihuaner/feishu_windows_speak_text
- Owner: muzihuaner
- License: mit
- Created: 2025-03-12T06:31:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T07:25:04.000Z (7 months ago)
- Last Synced: 2025-03-12T07:27:50.909Z (7 months ago)
- Topics: auto, feishu, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 飞书消息弹窗语音通知程序

## 提示
目前代码是针对运维场景开发,可以自己改提示语,然后使用build.bat 编译## 功能说明
实时监控飞书Windows客户端的消息弹窗,当检测到新消息时,通过语音播报提醒用户(🐂🐎)。## 使用说明
### 运行环境
- Windows 10/11
- 已安装飞书客户端
- 需要音响/耳机等音频输出设备### 使用方法
1. 下载并解压缩程序包
2. 双击运行
3. 保持飞书客户端在后台运行
4. 当收到新消息时,程序会自动语音播报### 界面说明
程序运行后:
- 自动最小化到系统托盘
- 右键托盘图标可:
- 查看关于
- 退出程序### 注意事项
1. 首次运行时可能需要允许防火墙通过
2. 请确保系统音频服务正常
3. 需要保持飞书通知弹窗功能开启
4. 建议将程序加入开机启动项## 技术支持
遇到问题请提交issue到Github仓库## 更新日志
v1.0 (2025-03-12)
- 初始版本发布## 开发
### 拉取代码
```
git clone https://github.com/muzihuaner/Feishu_Windows_speak_text.git
```
### 安装所需库:
```
pip install pyinstaller psutil pywinauto pyttsx3 pystray pillow
```
### 执行打包命令
打开CMD,运行
```
build.bat
```
## TODO
1.无法获取弹窗内容(可选)
2.关于页面无法关闭