为什么
发布和整理流程的繁琐,降低了我们分享的欲望。如果能将发布流程自动化,并缩短到1分钟,我们会更乐于分享内容。现在我们有了 fxd-app-article-editor。
注意:fxd-app-article-editor 只是帮助用户自动打开浏览器发布内容,并不尝试绕过验证码等平台限制,因此依然受目标平台的发布频次限制,请按平台规则使用。fxd-app-article-editor免费开源,我们不对使用此工具造成的一切直接和间接后果承担责任。
是什么
fxd-app-article-editor 接收一个URL,对其文字内容进行提取和总结,并将其截图作为配图,自动发布到微博。
如何使用
fxd-app-article-editor 是一个 fxd app,你可以通过 fxd-cli 或者 FlowDeer 运行它。
在安装完成 fxd-cli 之后,你可以通过以下命令直接安装 fxd-app-flow-runner
fxd _install fxd-app-article-editor
然后运行帮助命令,可以查看它的方法和对应的参数:
fxd articleEditor help
Version:
1.0.3
Usage:
fxd article-editor [command] [options]
Command - main:
--url <string> 要打开的页面 URL (required)
--fetch_len <number> 抓取页面后填入提示词的长度,太大会导致超过模型上下文限制 (default: 1000)
--prompt <string> 提示词
--headless <boolean> 是否为无头模式 (default: false)
--self_only <boolean> 是否只对自己可见 (default: true)
--timeout <number> 超时时间 (default: 60000)
--format <string> 返回格式 (default: json)
--image_save_path <string> 截图保存路径 (default: /tmp/fae.png)
注意,发布微博时需要提前登录无头浏览器,可参考 fxd-app-weibo-publish 的使用说明