Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piesposito/chatgpt-conversation-exporter
- Owner: piEsposito
- License: apache-2.0
- Created: 2024-01-21T14:50:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T16:09:29.000Z (12 months ago)
- Last Synced: 2024-01-21T17:27:06.728Z (12 months ago)
- Language: JavaScript
- Size: 736 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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