如何自动将帖子从一个博客转移到另一个博客?
我有 2 个博客 [http://######.blogspot.com]。
在 1 篇博客中,我有一些标记为 Linux 的帖子。我希望所有带有 Linux 标签的帖子都能自动转移到我的其他博客。我希望每当我发布任何标记为 Linux 的内容时,同一篇文章的副本都应该发布到另一个博客。
我该怎么做?告诉我程序。
I have 2 blogs [http://######.blogspot.com].
In 1 blog I have some posts labelled as Linux. I want all of my Linux labelled posts to automatically transfer to my other blog. I want that whenever I post anything labelled as Linux then a copy of the same post should get posted to the other blog.
How can I do this? Tell me the procedure.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是您可以执行的操作的快速概述。您需要使用 Blogger API 从一个博客获取帖子并在另一个博客中创建它们。基本过程是,假设您将其作为 cron 作业运行或根据需要经常手动运行。
您可能会在如何执行其中某些步骤时遇到一些具体问题,但这是如何使用 Blogger API 执行此操作的基本思路。
Here's a quick outline of what you can do. You'll need to use the Blogger API to get posts from one blog and create them in another. The basic procedure is, assuming you run this as a cron job or manually however often you need to.
You may run into some specific problems on how to do some of these steps, but that's the basic idea of how you could do this using the Blogger API.