UNPKG

@3cm/node-red-wechat4u

Version:

Node red nodes for wechat (weixin) web (based on wechat4u)

27 lines (18 loc) 520 B
# node-red-wechat4u ```bash npm i @3cm/node-red-wechat4u # install to local: ~/.node-red # or install via the panel settings # -> Manage palette -> Palette -> (search for -wechat4u) -> install ``` See [wechat4u](https://github.com/nodeWechat/wechat4u) for api details ## Error: Service unavailable for this account According to: `https://github.com/nodeWechat/wechat4u?tab=readme-ov-file#changes`, probably 微信实名认证 first ## Dev memo ```bash npm start ``` ```bash cd ~/.node-red npm i $OLDPWD cd - ```