# Discourseのカスタムタブベースのテーマを持つカテゴリへスクレイピングデータを投稿するパイプライン構築のベストな方法

**URL:** https://meta.discourse.org/t/whats-the-best-way-to-build-a-pipeline-to-post-scraped-data-into-discourse-categories-with-custom-tab-based-themes/359025
**Category:** Support
**Tags:** rest-api, customization
**Created:** [2025 年 3 月 26 日午後 8:54 UTC](https://meta.discourse.org/t/whats-the-best-way-to-build-a-pipeline-to-post-scraped-data-into-discourse-categories-with-custom-tab-based-themes/359025 "2025-03-26T20:54:22Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2025 年 3 月 28 日午後 12:37 UTC](https://meta.discourse.org/t/whats-the-best-way-to-build-a-pipeline-to-post-scraped-data-into-discourse-categories-with-custom-tab-based-themes/359025/5 "2025-03-28T12:37:04Z")

</div>

それは例でした。スクレイプしたデータをRSSフィードにするか、プラグインを変更して好きな形式で読み込めるようにすることができます。

おそらく私がやるなら、Rubyでスクレイパーを書き、それをプラグインに統合するでしょう。

あるいは、[Use the Discourse API ruby gem](https://meta.discourse.org/t/use-the-discourse-api-ruby-gem/17587) を使って、それをGitHubアクションに入れ、データをプッシュさせることもできるかもしれません。カスタムプラグインが使えないホストされているクライアントのために、私はそうするつもりです。

---

_[View the full topic](https://meta.discourse.org/t/whats-the-best-way-to-build-a-pipeline-to-post-scraped-data-into-discourse-categories-with-custom-tab-based-themes/359025)._
