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-article-exporter

v0.1.4

Published

n8n integration for WeChat Official Account Article Exporter API. Search accounts, get articles, download article content.

Downloads

398

Readme

n8n-nodes-wechat-article-exporter

这是一个 n8n 社区节点,用于集成微信公众号文章导出器 API。支持搜索公众号、获取文章列表、下载文章内容等功能。

致谢

本项目基于 wechat-article/wechat-article-exporter 提供的 API 开发,感谢原作者的开源贡献!

功能特性

  • 公众号管理

    • 根据关键字搜索公众号
    • 根据文章链接搜索公众号
    • 获取公众号主体信息
    • 获取公众号详细信息
  • 文章管理

    • 获取公众号历史文章列表
    • 下载文章内容(支持 HTML/Markdown/Text/JSON 格式)

安装

在 n8n 中安装社区节点:

npm install n8n-nodes-wechat-article-exporter

凭证配置

在使用节点之前,需要配置 API 凭证:

  1. API Key: 从 公众号文章导出平台 获取 API 密钥
  2. Base URL: API 服务器地址,默认为 https://down.mptext.top

使用方法

1. 搜索公众号

根据关键字搜索公众号列表:

  • 资源:公众号
  • 操作:根据关键字搜索公众号
  • 参数:关键字、起始索引、返回条数

2. 获取文章列表

获取公众号的历史文章:

  • 资源:文章
  • 操作:获取文章列表
  • 参数:公众号ID (fakeid)、起始索引、返回条数

3. 下载文章内容

下载指定文章的内容:

  • 资源:文章
  • 操作:下载文章内容
  • 参数:文章链接、输出格式(html/markdown/text/json)

API 文档

详细 API 文档请参考:公众号文章导出 API

许可证

MIT