以编程方式获取博客文章的标签
我想知道如何以编程方式(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
了解 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
如果其中任何一个有 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