以编程方式获取博客文章的标签

发布于 2024-08-07 23:16:27 字数 111 浏览 0 评论 0原文

我想知道如何以编程方式(API、RSS feed、XML、其他方法)获取博客文章(WordPress、Blogger 或 Blogspot)中的标签。最好是可在 Ruby on Rails 中使用的解决方案。

I wonder how to get at tags in blog posts (WordPress, Blogger, or Blogspot) programmatically (API, RSS feed, XML, other methods). Preferably a solution usable in Ruby on Rails.

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

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

发布评论

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

评论(2

允世 2024-08-14 23:16:27

了解 kakuteru 等生活流媒体 Rails 应用程序正在使用什么。跨多个 Web2.0 风格流进行标记对于 kakuteru 很重要,我认为他们可能会采用多种技术。他们还使用 zemanta,它有一个 API 可以从内容生成标签。您可以查看 zemanta 使用 ruby​​ 获取标签的示例

See what the life streaming Rails apps such as kakuteru are using. Tagging across multiple Web2.0 style streams is important to kakuteru and I think they may employ a number of techniques. The also employ zemanta which has an API to generate tags from content. You can see zemanta's example of getting tags using ruby

誰認得朕 2024-08-14 23:16:27

如果其中任何一个有 API,我会首先阅读他们的文档;除此之外;您可以滚动自己的屏幕截图(考虑到目前脚本生成的 DOM 内容量,这可能毫无用处)

Wordpress API

Blogger API

If either of those have an API, i'd start by reading their documentation; outside of that; you can roll your own screenscraper (which is likely to be useless, given the amount of DOM content that is script generated these days)

Wordpress API

Blogger API

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