Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 499 Bytes

Archive ChatGPT conversations in Markdown

Instructions

  • Step 1: Export your data from ChatGPT settings and unzip the file
  • Step 2: Set the file path in conv.py (full_path_to_conversations variable)
  • Step 3: Run the script: python3 convert.py

Your conversations will now be saved in Markdown in the /tmp/conversations directory.

Data saved

  • Summarized title of the conversation
  • Created and updated time
  • Prompts
  • Responses