WeChat channel adapter for Bub message IO.
This package provides a Bub plugin for integrating WeChat as a message channel. It enables sending and receiving messages via WeChat within the Bub ecosystem.
- Send and receive messages through WeChat
- Designed for easy integration as a Bub plugin
- Follows Bub contrib package conventions
Install via pip (from the monorepo):
uv pip install git+https://github.com/bubbuild/bub-contrib.git#subdirectory=packages/bub-wechatYou can also install it with Bub:
bub install bub-wechat@mainLogin to WeChat using the provided CLI tool:
bub login wechat- Requires Python 3.12+
- See the root README for workspace setup instructions
Plugin contributors are encouraged to maintain this package and respond to issues or PRs. Code review standards are relaxed for contrib plugins, prioritizing practicality and safety.
See LICENSE.