如何使用 Ruby 在博主博客上发布帖子和页面?

发布于 2024-10-27 04:11:05 字数 298 浏览 1 评论 0原文

我希望在我的博主博客上实现一些功能的自动化,并希望使用 Ruby 来实现。我需要注意什么才能同时发布博客文章和 bogger.com 的新“页面”功能?

更新:

基于快速谷歌搜索,看起来确实没有任何完整的库 - ruby​​ 的 GData 看起来不完整,而 Blogger API 作为 TODO。

根据快速审查的猜测是,我必须使用 GData API 进行身份验证,然后使用该身份验证与 Blogger 的 API 进行通信。有些人已经将 Atom API 与 ruby​​ 一起使用,但它即将被弃用,因此它可能是一个糟糕的选择。

I am looking to automate some functionality on my blogger blogs and would like to use Ruby to do it. What do I need to look into to post both blog posts and bogger.com's newer "Pages" feature?

Updated:

Based on quick googling it looks like there isn't really any complete libraries - GData for ruby looks incomplete with the Blogger API as a TODO.

A guess based on a quick review is that I have to Authenticate with the GData API and then use the authentication to communicate with Blogger's API. There is an Atom API that some people have used with ruby but it is on the way to deprecation so it is probably a bad choice.

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

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

发布评论

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

评论(2

眸中客 2024-11-03 04:11:05

您最好的选择是使用 Blogger 协议 API 并围绕它构建您需要的内容。这样您就可以使用 API 中提供的最新功能。不幸的是,没有适用于它的本机 Ruby 包装器,因此您必须自己处理发送和接收 HTTP 消息。

Your best choice is to use the Protocol API for Blogger and build up what you need around it. This way you are able to use the latest features available in the API. Unfortunately, there's no native Ruby wrapper for it, so you'll have to handle sending and receiving HTTP messages yourself.

我三岁 2024-11-03 04:11:05

这是链接,但它使用 vb .net。我认为基本机制是相同的。

http://www.karipap.com/Posting_Article_To_Blogger_Using_Visual_Basic_Net_Code.htm

Here is the link but it uses vb .net. I think the basic mechanism is same.

http://www.karipap.com/Posting_Article_To_Blogger_Using_Visual_Basic_Net_Code.htm

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