添加窗口钓鱼自动化脚本

- 实现窗口识别和激活功能
- 添加钓鱼和收杆消息发送
- 支持可配置时间间隔和循环次数
- 包含完整的日志记录和错误处理
- 提供测试模式和详细文档
- 添加.gitignore和requirements.txt
This commit is contained in:
Ke
2026-04-02 14:54:45 +08:00
commit 8960436379
4 changed files with 439 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
pyautogui==0.9.54
pygetwindow==0.0.9
# 如果需要跨平台支持,可以添加以下库
# pynput==1.7.6