文章一键发布脚本操作
December 09, 2020 07:12 AM
221 words
1 minutes read
写在前面: 知乎用工具发文会被封号!
文章一键发布工具: https://openwrite.cn/ 和 ArtiPub
但是考虑到有封号的风险,并且仅仅是批量发布文章,失去了平台社区的互动,感觉没有灵魂。
所以我最后放弃了两者,选择了部分平台手动发布文章。
如果你不担心封号,也只是用来发布文章,那么有部署服务能力的推荐使用ArtiPub,没能力或者不想自己部署的就使用 OpenWrite。
bloghelper
npm install
npm install electron --verbose
(with --verbose it makes it much more obvious if you're somehow interrupting the electron module download during node_modules install)
You can also download the ZIP file manually in your browser from here and place it in your C:\Users\<username>\.electron folder. Then it won't need to download itself 👍
这个是 win系统下的。mac用会有很多问题:https://zhuanlan.zhihu.com/p/44741972