# ljc545w/ComWeChatRobot

PC微信机器人，实现获取通讯录，发送文本、图片、文件等消息，封装COM接口供Python、C#调用

Repository: https://github.com/ljc545w/ComWeChatRobot
Canonical: https://ross.abutalabs.com/products/comwechatrobot
Language: C++
License Family: other
Topics: component, http, wechat, wechat-bot, windows
Archived: true
Last push: 2023-01-31T13:55:44+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1634, "days_push": 1310, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1816, forks 470 (observed 2026-08-28T04:05:40.079469+00:00)

## What it is
A PC WeChat robot implemented in C++ that reverse-engineers the Windows WeChat client to expose contacts, messaging, group management, and database access via a 32-bit COM component and HTTP/WebSocket interfaces. It is designed to be called from Python, C#, and other languages through the registered COM server.

## Use cases
- automate sending WeChat text, image, and file messages
- export WeChat contacts and group member lists
- back up WeChat chat history and databases
- build a WeChat bot that receives and replies to messages
- manage WeChat groups programmatically
- run multiple WeChat instances on one PC
- check whether a contact has deleted or blocked you

## When to choose
- you need programmatic control of the Windows desktop WeChat client via COM or HTTP
- you want to automate WeChat messaging, contacts, or group management from Python or C#
- you need to hook and back up WeChat messages or databases on a specific supported WeChat version

## When to avoid
- you target WeChat versions other than the pinned 3.5.x-3.7.0.30 builds
- you need a supported, legal, or ToS-compliant automation solution (account bans are possible)
- you need macOS, Linux, or mobile WeChat automation
- you want an actively maintained project - releases stopped in early 2023

## Facets
- artifact type: library
- maturity: maintenance
- function: reverse-engineering, http-server, sdk, chatbot, workflow-automation
- domain: messaging-platforms, reverse-engineering, windows
- platform: windows, cpp, python, cli
- tags: wechat-bot, com-component, dll-injection, wechat-automation, message-hooking, automation

## Member repositories
- ljc545w/ComWeChatRobot (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.079469+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:20:36.240290+00:00, confidence not recorded.
  - readme: https://github.com/ljc545w/ComWeChatRobot (fetched 2026-08-28T04:05:40.079469+00:00, sha a1dd2c5d3ca2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
