Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pandruszkow/chatgpt-takeout-parser
Library for parsing the ChatGPT data export JSON files
https://github.com/pandruszkow/chatgpt-takeout-parser
chatgpt export gdpr json-parser takeout-data takeout-zip
Last synced: 22 days ago
JSON representation
Library for parsing the ChatGPT data export JSON files
- Host: GitHub
- URL: https://github.com/pandruszkow/chatgpt-takeout-parser
- Owner: pandruszkow
- License: other
- Created: 2024-10-20T23:13:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T23:26:57.000Z (3 months ago)
- Last Synced: 2024-10-21T03:15:17.899Z (3 months ago)
- Topics: chatgpt, export, gdpr, json-parser, takeout-data, takeout-zip
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A quick and dirty parser for the ChatGPT data takeout/export conversations JSON file.
Doesn't do anything yet - the ideal would be to see if this can be normalised and imported into a graph database or some other queryable database format, but for now all it can do is read the data into Java objects that you can do things with.
Some fields are not implemented. I think most of the important ones are. If OpenAI adds any fields to the export, this program will break - this is intentional, as I want to get warnings for every unexpected field until the implementation is better fleshed out.
Exported JSON files go into `src/main/resources/takeout-data/`. Make sure `conversations.json` is directly in this directory.