<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: wxfwxf911</title>
    <description>The latest articles on DEV Community by wxfwxf911 (@wxfwxf911).</description>
    <link>https://dev.to/wxfwxf911</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4005286%2F150ac00e-37a8-49da-9135-7168bc947731.png</url>
      <title>DEV Community: wxfwxf911</title>
      <link>https://dev.to/wxfwxf911</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wxfwxf911"/>
    <language>en</language>
    <item>
      <title>我受够了每天手动发 5 个平台，于是写了一个工具</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 14:39:44 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/wo-shou-gou-liao-mei-tian-shou-dong-fa-5-ge-ping-tai-yu-shi-xie-liao-ge-gong-ju-4hkg</link>
      <guid>https://dev.to/wxfwxf911/wo-shou-gou-liao-mei-tian-shou-dong-fa-5-ge-ping-tai-yu-shi-xie-liao-ge-gong-ju-4hkg</guid>
      <description>&lt;h1&gt;
  
  
  我受够了每天手动发 5 个平台，于是写了一个工具
&lt;/h1&gt;

&lt;h2&gt;
  
  
  最痛苦的不是写代码，而是"分发"
&lt;/h2&gt;

&lt;p&gt;2026 年了，AI 能帮我写代码、做设计、剪视频，但我写完一篇技术文章后，还是要打开 5 个浏览器标签页，逐个复制粘贴、调整格式、上传图片、添加标签、点击发布。&lt;/p&gt;

&lt;p&gt;流程大概是这样：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dev.to&lt;/strong&gt; — Markdown 粘贴过去还行，原生支持&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;掘金&lt;/strong&gt; — 重新上传封面图，标签体系完全不一样&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSDN&lt;/strong&gt; — 代码块样式崩了，手动修&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hashnode&lt;/strong&gt; — 又是粘贴一遍，调整 front matter&lt;/li&gt;
&lt;li&gt;再发个 X 推广一下&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;等 5 个平台发完，40 分钟过去了。写文章才花了我 20 分钟。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;分发时间是写作时间的 2 倍。&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  于是有了 PolyPost
&lt;/h2&gt;

&lt;p&gt;一个工具，写完 Markdown，点一下发布。&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;写文章（20 分钟）→ 打开 PolyPost → 选平台 → 发布（30 秒）
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  能做什么
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;一次写作，多平台发布&lt;/strong&gt; — Dev.to、掘金、CSDN 一键发布&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;内容自动适配&lt;/strong&gt; — 标题太长？自动截断。标签太多？自动限制。格式不兼容？自动转换&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;定时发布&lt;/strong&gt; — 设定时间，到点自动发，不用守着&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;草稿管理&lt;/strong&gt; — 所有平台的文章状态一目了然&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;数据回顾&lt;/strong&gt; — 发布后想看阅读量、点赞数？内置数据追踪&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;内容日历&lt;/strong&gt; — 月视图看你的发布节奏&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  怎么做到的
&lt;/h3&gt;

&lt;p&gt;后端接各个平台的 API（官方 API + Cookie 模拟），前端就是一个 Markdown 编辑器加发布面板。选择目标平台，预览适配效果，点发布——然后 10 秒之内你就能在各平台看到你的文章。&lt;/p&gt;

&lt;h3&gt;
  
  
  技术栈
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;层&lt;/th&gt;
&lt;th&gt;技术&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;后端&lt;/td&gt;
&lt;td&gt;FastAPI + SQLite&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;前端&lt;/td&gt;
&lt;td&gt;原生 JS + Tailwind CSS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;平台对接&lt;/td&gt;
&lt;td&gt;httpx 异步并发 + 手写 OAuth 签名&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;全部本地运行，你的 API Key 和 Cookie 不会上传到任何服务器。&lt;/p&gt;

&lt;h3&gt;
  
  
  路线图
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;[x] Dev.to / 掘金 / CSDN 发布&lt;/li&gt;
&lt;li&gt;[x] 定时发布 + 内容日历&lt;/li&gt;
&lt;li&gt;[x] 内容自动适配&lt;/li&gt;
&lt;li&gt;[x] 数据追踪&lt;/li&gt;
&lt;li&gt;[ ] Medium / X 接入&lt;/li&gt;
&lt;li&gt;[ ] CLI 工具（&lt;code&gt;polypost publish article.md&lt;/code&gt;）&lt;/li&gt;
&lt;li&gt;[ ] Tauri 桌面端打包&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  最后
&lt;/h3&gt;

&lt;p&gt;这个工具是我自己每天要用的东西。如果你也受够了手动分发，或者有任何想法，欢迎留言交流。&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;写的代码要能跑，写的文章也要能发。少花时间在分发上，多花时间在创作上。&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>python</category>
      <category>fastapi</category>
      <category>devtools</category>
      <category>automation</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 12:31:24 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-24e8</link>
      <guid>https://dev.to/wxfwxf911/test-post-24e8</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>PolyPost Scheduled Test 20:29</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 12:31:12 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/polypost-scheduled-test-2029-5285</link>
      <guid>https://dev.to/wxfwxf911/polypost-scheduled-test-2029-5285</guid>
      <description>&lt;h2&gt;
  
  
  Scheduled Test
&lt;/h2&gt;

&lt;p&gt;Auto-published by PolyPost scheduler.&lt;/p&gt;

</description>
      <category>test</category>
      <category>scheduled</category>
    </item>
    <item>
      <title>PolyPost E2E Auto Test 20:29</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 12:29:18 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/polypost-e2e-auto-test-2029-577g</link>
      <guid>https://dev.to/wxfwxf911/polypost-e2e-auto-test-2029-577g</guid>
      <description>&lt;h2&gt;
  
  
  Quick Test
&lt;/h2&gt;

&lt;p&gt;This post verifies PolyPost multi-platform publishing.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dev.to&lt;/strong&gt;: Markdown native&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Juejin&lt;/strong&gt;: Cookie auth&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Built by &lt;a href="https://github.com" rel="noopener noreferrer"&gt;PolyPost&lt;/a&gt; - one click, all platforms.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>testing</category>
      <category>automation</category>
    </item>
    <item>
      <title>Task9 E2E Test</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 11:07:13 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/task9-e2e-test-2k48</link>
      <guid>https://dev.to/wxfwxf911/task9-e2e-test-2k48</guid>
      <description>&lt;h1&gt;
  
  
  E2E Schedule Test
&lt;/h1&gt;

&lt;p&gt;This post tests the scheduler.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 10:56:10 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-334e</link>
      <guid>https://dev.to/wxfwxf911/test-post-334e</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Mon, 27 Jul 2026 10:06:25 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-2o7g</link>
      <guid>https://dev.to/wxfwxf911/test-post-2o7g</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>PolyPost E2E Test - Dev.to</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Sun, 26 Jul 2026 05:26:46 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/polypost-e2e-test-devto-1ib3</link>
      <guid>https://dev.to/wxfwxf911/polypost-e2e-test-devto-1ib3</guid>
      <description>&lt;h1&gt;
  
  
  Hello from PolyPost!
&lt;/h1&gt;

&lt;p&gt;This is an end-to-end test of PolyPost publishing pipeline.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Dev.to API integration&lt;/li&gt;
&lt;li&gt;Markdown rendering&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;This post can be deleted.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>testing</category>
      <category>webdev</category>
      <category>automation</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Sat, 25 Jul 2026 04:36:32 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-4c0d</link>
      <guid>https://dev.to/wxfwxf911/test-post-4c0d</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Sat, 25 Jul 2026 04:31:20 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-472i</link>
      <guid>https://dev.to/wxfwxf911/test-post-472i</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Sat, 25 Jul 2026 04:26:08 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-1l9n</link>
      <guid>https://dev.to/wxfwxf911/test-post-1l9n</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
    <item>
      <title>Test Post</title>
      <dc:creator>wxfwxf911</dc:creator>
      <pubDate>Sat, 25 Jul 2026 04:20:56 +0000</pubDate>
      <link>https://dev.to/wxfwxf911/test-post-290g</link>
      <guid>https://dev.to/wxfwxf911/test-post-290g</guid>
      <description>&lt;h1&gt;
  
  
  Testing
&lt;/h1&gt;

&lt;p&gt;Hello world.&lt;/p&gt;

</description>
      <category>test</category>
    </item>
  </channel>
</rss>
