Skip to content

mptext-cli v0.1.0

Choose a tag to compare

@Claudate Claudate released this 08 Jun 04:34

mptext-cli v0.1.0

首个正式版本:对接 down.mptext.top 公开 API。

功能

  • auth — 验证 API 密钥
  • search — 搜索公众号
  • articles — 文章列表(翻页)
  • download — 单篇下载(markdown/html/text/json)
  • fetch — 批量下载到目录
  • account — 通过文章 URL 反查公众号

Token 配置

export MPTEXT_AUTH_KEY="你的密钥"
mptext auth

安装

cargo install --git git@github.com:Claudate/mptext-cli.git --tag v0.1.0

Full Changelog: https://github.com/Claudate/mptext-cli/commits/v0.1.0