WeChat PC automation tool for sending messages via UI automation.
- Windows 10/11
- Python 3.8+
- WeChat for PC (logged in)
pip install uiautomation# Send to file transfer helper
python test_wechat_send.py "文件传输助手" "Hello World"
# Send to group
python test_wechat_send.py "群名称" "Test message"
# Send with @所有人
python test_wechat_send.py "群名称" "Important notice" --at-allHTTP API for remote message sending from Mac/Linux.
- WeChat must be running and logged in (can be minimized)
- Window will be briefly activated during send
- For personal use only
Private use only.