|
4 | 4 |
|
5 | 5 | <h1 align="center">Mp2RSS</h1> |
6 | 6 |
|
7 | | -<p align="center">把微信公众号转成标准 Feed 的订阅服务 —— 在 Reeder、NetNewsWire、FreshRSS、Miniflux 等任意阅读器里,像订阅播客一样订阅公众号。</p> |
| 7 | +<p align="center">把信任的信息源,搬进你熟悉的阅读器 —— 微信公众号、X(Twitter)账号持续转成标准 Feed,在 Reeder、NetNewsWire、FreshRSS、Miniflux 等阅读器即粘即用。</p> |
8 | 8 |
|
9 | 9 | - 🌐 产品主站:<https://mp2rss.bugcode.dev> |
10 | 10 | - 📖 使用文档:<https://areyoubugcoder.github.io/Mp2RSS/> |
11 | 11 |
|
12 | 12 | ## 特性 |
13 | 13 |
|
14 | | -- 🪶 **无需微信账号** —— GitHub / Google OAuth 登录即可使用 |
| 14 | +- 📰 **公众号订阅** —— 贴入任意一篇文章 URL 即可订阅整号,系统持续抓取最新文章 |
| 15 | +- 🐦 **X 账号订阅** —— 订阅 X(Twitter)账号,推文与长文以结构化数据 + 渲染 Feed 双形态对外暴露 |
15 | 16 | - 📡 **主流格式全覆盖** —— RSS 2.0 / Atom 1.0 / JSON Feed 1.1 / OPML 2.0 |
16 | | -- 🗂️ **单号 + 合集双形态** —— 按公众号订阅,或聚合成一个 Feed |
17 | | -- 🔁 **一处订阅,多端同步** —— 同一条链接粘贴到任意阅读器 |
| 17 | +- 🔁 **一处订阅,多端同步** —— 公众号 + X 共用同一条 Feed 链接,多端粘贴即用 |
| 18 | +- 🪶 **无需微信账号** —— GitHub / Google OAuth 登录即可使用 |
18 | 19 | - 🎁 **3 天免费试用** —— 试用期权益与正式会员完全相同 |
19 | | -- 🤖 **API 友好** —— 搜索、订阅、拉文章均可脚本化 |
| 20 | +- 🤖 **全平台 Open API** —— 订阅管理、内容拉取均可脚本化,便于接入自动化流水线 |
| 21 | +- 💻 **配套 CLI(`mp2rss`)** —— 把订阅管理塞进终端与脚本 |
20 | 22 | - 🧠 **为 AI Agent 优化** —— 提供 Skill 接入,Agent 可直接代你订阅、检索、拉取最新文章 |
21 | | -- 💻 **一行命令搞定** —— 配套 CLI(`mp2rss`)支持登录、订阅、列表、搜索,把订阅管理塞进终端与脚本 |
22 | 23 |
|
23 | 24 | ## 快速开始 |
24 | 25 |
|
25 | 26 | 1. 打开 <https://mp2rss.bugcode.dev>,用 GitHub / Google 登录; |
26 | | -2. 在订阅管理页贴入任意一篇公众号文章 URL 完成订阅; |
27 | | -3. 在账户设置页复制 Feed 链接,粘贴到你的阅读器即可持续收到更新。 |
| 27 | +2. 在「订阅管理」订阅信息源: |
| 28 | + - **公众号** —— 粘贴任意一篇文章 URL(`https://mp.weixin.qq.com/s?...`); |
| 29 | + - **X 账号** —— 在搜索框输入 displayName 或 username 选择即可; |
| 30 | +3. 在「账户设置」复制 Feed 链接,粘贴到阅读器即可持续收到更新(默认合并 MP + X 时间线)。 |
28 | 31 |
|
29 | | -详细步骤见 [快速开始](https://areyoubugcoder.github.io/Mp2RSS/guide/quick-start)。 |
| 32 | +订阅上限 400 个,公众号与 X 合并计算。详细步骤见 [快速开始](https://areyoubugcoder.github.io/Mp2RSS/guide/quick-start)。 |
30 | 33 |
|
31 | 34 | 更进阶的玩法: |
32 | 35 |
|
33 | | -- 🛠️ [API 文档](https://areyoubugcoder.github.io/Mp2RSS/api/) —— 把订阅、检索、拉文章接进自己的服务或 AI Agent |
34 | | -- ⌨️ [CLI 文档](https://areyoubugcoder.github.io/Mp2RSS/cli/) —— 在终端里一行命令完成登录、订阅与管理 |
| 36 | +- 🛠️ [Open API](https://areyoubugcoder.github.io/Mp2RSS/api/) —— 把订阅、检索、文章 / 推文 / 长文拉取接进自己的服务或 AI Agent |
| 37 | +- ⌨️ [CLI 文档](https://areyoubugcoder.github.io/Mp2RSS/cli/) —— 终端里一行命令完成登录、订阅与管理 |
35 | 38 | - 🤖 [AI Agent 接入指南](https://github.com/areyoubugcoder/mp2rss-cli#ai-agent-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8) —— 把 mp2rss 装进 Claude Code / Cursor 等 Agent,让它代你订阅与检索 |
36 | 39 | - 🐾 [openclaw 集成](https://github.com/areyoubugcoder/mp2rss-openclaw) —— 在 openclaw 里直接调用 mp2rss 能力 |
37 | 40 |
|
|
40 | 43 | - [服务介绍](https://areyoubugcoder.github.io/Mp2RSS/guide/intro) |
41 | 44 | - [订阅管理](https://areyoubugcoder.github.io/Mp2RSS/guide/subscription) |
42 | 45 | - [会员与计费](https://areyoubugcoder.github.io/Mp2RSS/guide/membership) |
43 | | -- [API 文档](https://areyoubugcoder.github.io/Mp2RSS/api/) |
| 46 | +- [Open API](https://areyoubugcoder.github.io/Mp2RSS/api/) |
44 | 47 | - [CLI 文档](https://areyoubugcoder.github.io/Mp2RSS/cli/) |
45 | 48 | - [AI Agent 接入指南](https://github.com/areyoubugcoder/mp2rss-cli#ai-agent-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8) |
46 | 49 | - [openclaw 集成](https://github.com/areyoubugcoder/mp2rss-openclaw) |
|
50 | 53 | ## 反馈与交流 |
51 | 54 |
|
52 | 55 | - Bug / 功能建议:[Issues](https://github.com/areyoubugcoder/Mp2RSS/issues) |
53 | | -- 使用讨论:[Discussions](https://github.com/areyoubugcoder/Mp2RSS/discussions) |
| 56 | +- 使用讨论:[Discussions](https://github.com/areyoubugcoder/Mp2RSS/discussions) |
0 commit comments