如何自动将我的问题及其回复发布到我的博客?

发布于 2024-10-25 20:35:15 字数 113 浏览 1 评论 0原文

我想将我的问题和他们在此处(Stack Overflow 上)提出的答案自动发布到我的博客(或 Linkedin 等)。

我在 blogger.com 上托管我的博客。

这可能吗?

I want to publish my questions and their responses asked here (on Stack Overflow) to my blog (or Linkedin, etc.) automatically.

I host my blog on blogger.com.

Is that possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酷遇一生 2024-11-01 20:35:16

我至少可以给你一半的答案。如果您可以从 Stackoverflow 获取信息,那么您可以轻松编写一个程序,使用 Blogger API。你的程序的结构需要类似于

  1. 从 Stackoverflow 获取信息。
  2. 使用其中一种身份验证方法向 Blogger 进行身份验证。
  3. 根据 Stackoverflow 信息创建帖子正文的 HTML。
  4. 将其与元数据标签结合起来创建帖子条目(原子格式)。
  5. 使用您在上一步中创建的字符串创建一个新帖子。

如果您在执行除第一个步骤之外的任何步骤时遇到问题,我相信我可以为您提供进一步帮助。只需在 Stackoverflow 上提问并用“blogger”标记即可,我会尽力回答。

I can give you at least half an answer. If you can get the information from Stackoverflow, then you can easily write a program to write posts using the Blogger API. The structure of your program would need to be something like

  1. Get info from Stackoverflow.
  2. Authenticate with Blogger using one of the authentication methods.
  3. Create the HTML for the post body based on the Stackoverflow info.
  4. Combine that with meta data tags to create the post entry (atom format).
  5. Create a new post using the string you created in the last step.

If you run into problems with any of those steps, other than the first one, I'm sure I could help you further. Just ask here on Stackoverflow and tag it with 'blogger' and I'll try to answer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文