从 RSS 新闻源中读取并将其插入到 Drupal 的数据库中

发布于 2024-12-08 00:09:10 字数 142 浏览 0 评论 0原文

是否有任何 drupal 插件或代码允许您从外部 RSS 提要(例如 cnn.com/rss)读取并将内容帖子作为内容节点插入到 drupal 数据库中?

我需要这个是自动的。这意味着每次 cnn.com 上发布新闻时都会定期更新 Drupal 数据库。

Is there any drupal plugin or code that allows you to read from an external RSS feed (lets say cnn.com/rss) and insert the content posts into the drupal database as content nodes?

I need this to be automatic. Meaning regularly updating the Drupal database every time a news post on cnn.com takes place.

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

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

发布评论

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

评论(1

一影成城 2024-12-15 00:09:10

是的,Feeds 模块 用于此目的。从项目页面:

将数据导入或聚合为节点、用户、分类术语或简单数据
数据库记录。

  • 一次性导入和定期聚合内容
  • 导入或聚合 RSS/Atom 提要
  • 导入或聚合 CSV 文件
  • 导入或聚合 OPML 文件
  • PubSubHubbub 支持
  • 通过导入创建节点、用户、分类术语或简单数据库记录
  • 可扩展以导入任何其他类型的内容
  • 输入元素到 Drupal 内容元素的精细映射
  • 可导出的配置
  • 批量导入大文件

Yes, the Feeds module is used for this. From the project page:

Import or aggregate data as nodes, users, taxonomy terms or simple
database records.

  • One-off imports and periodic aggregation of content
  • Import or aggregate RSS/Atom feeds
  • Import or aggregate CSV files
  • Import or aggregate OPML files
  • PubSubHubbub support
  • Create nodes, users, taxonomy terms or simple database records from import
  • Extensible to import any other kind of content
  • Granular mapping of input elements to Drupal content elements
  • Exportable configurations
  • Batched import for large files
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文