# 댓글과 주제 다운로드 방법

**URL:** https://meta.discourse.org/t/how-to-download-comments-and-topics/235560
**Category:** Support
**Created:** [8월 9, 2022, 7:39오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560 "2022-08-09T07:39:49Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [8월 9, 2022, 7:39오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/1 "2022-08-09T07:39:49Z")

</div>

특정 주제나 특정 카테고리의 전체 주제 목록에서 댓글을 다운로드하는 방법은 무엇인가요?

도움 부탁드립니다.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [8월 9, 2022, 8:36오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/2 "2022-08-09T08:36:09Z")

</div>

이것이 도움이 될 수 있습니다:

> [@Reverse engineer the Discourse API](https://meta.discourse.org/t/how-to-reverse-engineer-the-discourse-api/20576?u=merefield):
>
> Discourse is backed by a complete JSON api. Anything you can do on the site you can also do using the JSON api. The API is documented at [docs.discourse.org](https://docs.discourse.org). You can also use the [discourse\_api](https://github.com/discourse/discourse_api) Ruby gem as a client library. However, not every endpoint is documented. To determine how to do something with the JSON API here are some steps you can follow. Example: recategorize a topic. Go to a topic and start editing a category: Open Chrome dev tools, switch to the Network tab, select …

또한 다음을 수행할 수도 있습니다:

> [@Move topics from one Discourse instance to another](https://meta.discourse.org/t/topic-and-category-export-import/38930?u=merefield):
>
> Need to move some stuff from one instance of Discourse to another? There is a command line tool to export a topic, a set of topics, or an entire category, and another to import them in at the other end. Topic Export/Import one or more topics and their replies the users who posted in the topic Category Export/Import the category and all its subcategories its security settings custom groups mentioned in the security settingswarning if any of the groups have ‘membership requests’ enable…

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [8월 9, 2022, 10:22오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/3 "2022-08-09T10:22:17Z")

</div>

@merefield 님, 조언해 주셔서 감사합니다.

하지만 서버 측에서 이 모든 작업을 수행하는 대신, UI 자체에서 주제/카테고리를 다운로드할 수 있는 방법이 있는지 알고 싶습니다.

이것이 가능하면 저에게 훨씬 도움이 될 것입니다.

---

<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: [8월 9, 2022, 10:53오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/4 "2022-08-09T10:53:44Z")

</div>

컨트롤+p를 눌러 주제를 인쇄하면 디스크에 저장할 수 있습니다. 그것이 의도하신 내용인가요?

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [8월 9, 2022, 11:11오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/5 "2022-08-09T11:11:57Z")

</div>

아니요, 주제의 댓글이나 답변을 명확하게 이해할 수 있도록 문서/PDF로 다운로드하고 싶습니다. 즉, 주제의 모든 내용을 포함해야 합니다. 그런 방법이 있을까요?

---

<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: [8월 9, 2022, 9:41오후 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/6 "2022-08-09T21:41:56Z")

</div>

"control-p"를 입력한 뒤 "PDF로 저장"을 선택하세요. 지금 바로 이 게시글에서 시도해 보세요.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [8월 10, 2022, 5:56오전 UTC](https://meta.discourse.org/t/how-to-download-comments-and-topics/235560/7 "2022-08-10T05:56:57Z")

</div>

여기 관련 아이디어 두 가지가 있습니다: [How to Export Comments Under A Specific Post - #2 by merefield](https://meta.discourse.org/t/how-to-export-comments-under-a-specific-post/230008/2?u=merefield)
