A Python async IM middleware — one unified API to connect multiple instant messaging platforms.
Currently supports WeChat and QQ, with more platforms (Telegram, etc.) coming.
- Unified abstraction — consistent send/receive interfaces across different IM platforms
- Async-native — built on
asyncioandaiohttpfor high-concurrency scenarios - Rich message types — text, image, video, file, voice and more
- Long-polling — built-in message polling loop, easy to integrate into any async application
- Pluggable architecture — add a new platform by implementing its adapter
pip install imchat| 公众号 | |
|---|---|
![]() |
|
| AliPay | WeChatPay |
![]() |
![]() |


