Files
wechat-agent/requirements.txt
jesxion 838f13998c 改用剪贴板粘贴+回车发送消息
方案:win32clipboard 设置剪贴板 → Ctrl+V 粘贴 → Enter 发送
优点:不需要定位输入框控件,稳定可靠
备选:pywinauto type_keys 实现
2026-04-13 12:16:02 +08:00

27 lines
346 B
Plaintext

# WeChat Agent 依赖
# Windows UI 自动化
pywinauto>=0.6.8
pywin32>=305
# HTTP 请求
requests>=2.28.0
urllib3>=1.26.0
# 阿里云百炼 / OpenAI 兼容 API
openai>=1.0.0
# 自动化控制(备选)
pyautogui>=0.9.54
pyyaml>=6.0
pillow>=9.0.0
# 日志
# coloredlogs>=15.0 # 可选
# 测试
pytest>=7.0.0
# 类型检查
# mypy>=0.950