Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piesposito/chatgpt-conversation-exporter

Lets you export your ChatGPT conversations with CTRL+J
https://github.com/piesposito/chatgpt-conversation-exporter

Last synced: about 2 months ago
JSON representation

Lets you export your ChatGPT conversations with CTRL+J

Awesome Lists containing this project

README

        

# ChatGPT Conversation Exporter

![icon](./assets/icon.png)

This tool lets you export your ChatGPT conversations in the format:

```json
[
{ "user": "message" },
{ "assistant": "message" }
]
```

by pressing `CTRL + J` in the ChatGPT window.

## Installation:

- (in the future) Install the extension from the Chrome Web Store
- (now) Download the repository and load it as an unpacked extension. For that, clone the repository, go to `chrome://extensions`, enable developer mode, click on "Load unpacked" and select the `extension` folder.

## Features:
- Simple af
- No dependencies
- No tracking