pionxzh / chatgpt-exporter

Export and Share your ChatGPT conversation history
MIT License
1.32k stars 103 forks source link

Feature Request: generate HTML from export #121

Closed bryanschmidty closed 1 year ago

bryanschmidty commented 1 year ago

In ChatGPT "Settings" There is an "Export data" link that will email you a JSON file of your chats. I don't know when this was added, nor am I aware of any limitations (number of times or how often you can export), though it doesn't seem like there are any.

Would it be possible to add a node script that uses your logic to convert that export to different HTML files? or something similar?

pionxzh commented 1 year ago

They added it around 2 days ago. I will check what's the data format later.

pionxzh commented 1 year ago

Looks like we can reuse the conversations.json to generate other formats.