工具介绍
导出和共享您的 ChatGPT 对话记录
ChatGPT Exporter
#
## Supported Formats
- [Text](#text)
- [HTML](#html)
- [Markdown](#markdown)
- [PNG](#screenshot)
- [JSON](#json)
## Example
### Text
```
…
```
### HTML
### Markdown
```
---
title: ChatGPT Exporter Creation
source: https://chat.openai.com/c/cf3f8850-1d69-43c8-b99b-affd0de4e76f
author: ChatGPT
---
# ChatGPT Exporter Creation
#### You:
I'm creating a ChatGPT Exporter. What do you think?
#### ChatGPT:
It sounds like you're planning on creating a tool that uses the ChatGPT model to export text. ChatGPT is a large language model trained by OpenAI that is designed to generate human-like text responses based on a given input. It can be used for a variety of applications, such as chatbots, automated responses to customer inquiries, and more.
```
### Screenshot
### JSON
the raw content from API `https://chat.openai.com/backend-api/conversation/[id]`
Click to see
```
…
```
## Export Multiple Conversations
When you click the "Export All" button, the **Export Conversations** dialog pops up. Here are the functions you can access.
**Export from official export file (conversations.json)**
Click the upload icon button to upload a JSON file of conversations, such as one downloaded from OpenAI.
**Export from API**
In the list of all your conversations, select which conversations you want to export. Check the "Select All" checkbox to export all your conversations.
Select your export format from the dropdown on the bottom left. You can choose from the following formats.
- **Markdown**
- **HTML**
- **JSON**
- **JSON (ZIP)**
Click the button to perform the action you want.
- **Archive** - Archived chat sessions will disappear from the sidebar and can be managed in ChatGPT settings. See [#199](https://github.com/pionxzh/chatgpt-exporter/issues/199) for more details.
- **Delete** - Deletes the selected conversations.
- **Export** - Exports the selected conversations in the format chosen using the format selector.
## Using DeepSeek too?
Check out [**DeepSeek Exporter**](https://github.com/pionxzh/deepseek-exporter) — the sister project that brings the same one-click export to [DeepSeek](https://chat.deepseek.com/), including DeepThink reasoning and web-search sources.
## Contribution
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## ⭐ Star History