# littlecodersh/itchatmp

A complete and graceful API for wechat mp. 完备优雅的微信公众号接口，原生支持同步、协程使用。

Repository: https://github.com/littlecodersh/itchatmp
Canonical: https://ross.abutalabs.com/products/itchatmp
Homepage: http://itchatmp.readthedocs.io
Language: Python
License: MIT
License Family: permissive
Last push: 2020-04-24T06:11:43+00:00

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

## Adoption (not part of the score)
Stars 1592, forks 334 (observed 2026-08-28T04:05:08.820352+00:00)

## What it is
A Python library providing a complete and graceful API for WeChat Official Accounts (and Enterprise Accounts), built on Tornado. It supports both synchronous/thread-pool and coroutine usage with the same code, including message registration handlers and WSGI deployment.

## Use cases
- build a wechat official account bot in python
- auto-reply to messages sent to a wechat mp account
- handle wechat enterprise account callbacks
- deploy a wechat webhook app on wsgi platforms
- write coroutine-based wechat message handlers with tornado

## When to choose
- you need a simple, high-level Python wrapper for the WeChat MP/enterprise API
- you want the same code to work synchronously or with coroutines
- you are already familiar with the itchat API style

## When to avoid
- you target platforms other than WeChat official accounts
- you need actively maintained software with recent updates or modern Python support
- you need a full web framework rather than a WeChat API wrapper

## Facets
- artifact type: library
- maturity: maintenance
- function: api-framework, http-server, chatbot, webhook
- domain: messaging-platforms, chatbots, web-development, apis
- platform: python, cross-platform
- tags: wechat, wechat-mp, official-account, tornado, coroutine, async

## Member repositories
- littlecodersh/itchatmp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:08.820352+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:54:40.754557+00:00, confidence not recorded.
  - readme: https://github.com/littlecodersh/itchatmp (fetched 2026-08-28T04:05:08.820352+00:00, sha aedf15841ed4)
  - registry_pypi: https://pypi.org/pypi/itchatmp/json (fetched 2026-08-29T11:25:45.526351+00:00, sha ced6b9d13893)
- Data as of 2026-08-30T08:39:29.467469+00:00.
