🦀 ClawHub
WeChat MP Multi-Publisher
by @x402spark-jpg
Publish one or multiple Markdown articles to WeChat Official Account (公众号) draft box in a single API call. Supports multi-article combined drafts (main artic...
💡 Examples
# Install dependency
npm install @wenyan-md/coreSet credentials
export WECHAT_APP_ID=your_appid
export WECHAT_APP_SECRET=your_appsecretPush to draft box
node scripts/publish.mjs main-article.md [sub-article.md ...]
See references/setup.md for full credential setup, IP whitelist, and cron automation.
TERMINAL
clawhub install wechat-multi-publisher