npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-wechat-pad-pro

v0.4.1

Published

n8n node for WeChatPadPro, allowing you to automate WeChat messaging and interactions within your n8n workflows. Support WeChatPadPro0859

Readme

n8n-nodes-wechat-pad-pro


这是一个 n8n 社区节点,允许您在 n8n 工作流中连接 WeChatPadPro。当前分支支持的版本为0859.

WeChatPadPro 是基于微信Pad协议的微信管理工具,可以用于实现微信消息的自动化收发和联系人、账号管理等功能。

n8n 是一个 fair-code licensed 的工作流自动化平台。

安装

有两种安装此社区节点的方法:

  1. 通过 n8n 图形界面安装:在 n8n 的 "Community Nodes" 界面中搜索 n8n-nodes-wechat-pad-pro 并安装。
  2. 通过命令行手动安装:如果您的 n8n 实例不支持图形界面安装,可以手动安装。

凭证

要使用此节点,您需要配置 WeChatPadPro API 凭证。

  1. BaseUrl: 您的 WeChatPadPro 服务的 URL 地址。
  2. AuthKey: 您的 WeChatPadPro 服务的授权密钥。

您需要自行搭建 WeChatPadPro 服务来获取这些凭证。

操作

本节点支持以下操作:

用户 (User)

  • 获取个人资料信息

消息 (Message)

  • 发送文本消息
  • 发送图片消息

触发器 (Trigger)

接收新消息

当收到新消息时触发工作流。

  • 接收文本消息: 仅在收到文本消息 (msg_type == 1) 时触发。
  • 接收图片消息: 仅在收到图片消息 (msg_type == 3) 时触发。
  • 接收音频消息: 仅在收到音频消息 (msg_type == 34) 时触发。
  • 接收表情消息: 仅在收到表情消息 (msg_type == 47) 时触发。
  • 接收视频消息: 仅在收到视频消息 (msg_type == 47) 时触发。

兼容性

  • 最低 n8n 版本: 此节点遵循 n8n 的 n8nNodesApiVersion: 1,建议在最新的 n8n 版本上使用。
  • Node.js 版本: 需要 >=20.15 版本。

资源