WinAutoWx icon

WinAutoWx

6

Automate human-like operations on Windows WeChat to connect, search contacts, and send messages, supporting bulk messaging and LLM integration.

概要

WinAutoWx is a Python-based automation script leveraging `pywinauto` to interact with the Windows version of WeChat (Weixin/WeChat). It enables users to programmatically launch WeChat, search for specific friends or group chats, and send multiple messages in a loop to various contacts. Designed with support for LLM (Large Language Model) integration via its MCP (Model Context Protocol) compatibility, WinAutoWx provides both a FastAPI-based HTTP API and a fastmcp-compatible stdio server, making it a versatile tool for enhancing personal productivity and automating repetitive WeChat tasks.

主な機能

  • Automate WeChat operations on Windows (connect, search, send messages)
  • Support for sending multiple messages to multiple friends or groups
  • Exposes functionality via a FastAPI HTTP API for easy integration
  • Provides a fastmcp-compatible stdio server for MCP tool exposure
  • Includes a control dumping feature for UI inspection and debugging
  • 6 GitHub stars

ユースケース

  • Automating repetitive message sending tasks on WeChat
  • Debugging WeChat UI element interactions for custom automation scripts
  • Integrating WeChat interaction capabilities into AI/LLM applications