Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Sherif
Mohammad-Sherif / README.md
Last active July 6, 2026 09:29 — forked from ocombe/README.md
ChatGPT Conversation Exporter — export all your conversations as JSON + Markdown + ZIP. No dependencies beyond bash, curl, python3.

ChatGPT Conversation Exporter

Export all your ChatGPT conversations as JSON + Markdown + HTML + ZIP. Works with ChatGPT Business/Team/Enterprise accounts (including SSO/Okta).

What's exported

  • JSON — Raw conversation data from the API
  • Markdown — Clean text with headers per message, relative links to downloaded files
  • HTML — ChatGPT-style conversation viewer with sidebar navigation, syntax-highlighted code blocks, and embedded images
@ocombe
ocombe / README.md
Last active July 11, 2026 18:22
ChatGPT Conversation Exporter — export all your conversations as JSON + Markdown + ZIP. No dependencies beyond bash, curl, python3.

ChatGPT Conversation Exporter

Export all your ChatGPT conversations as JSON + Markdown + HTML + ZIP. Works with ChatGPT Business/Team/Enterprise accounts (including SSO/Okta).

What's exported

  • JSON — Raw conversation data from the API
  • Markdown — Clean text with headers per message, relative links to downloaded files
  • HTML — ChatGPT-style conversation viewer with sidebar navigation, syntax-highlighted code blocks, and embedded images
@noahpeltier
noahpeltier / Admin Toolbox.ps1
Last active May 9, 2022 14:29
Admin tool box I created for work
#===================================================================
# Admin ToolBox
# Created by: Noah Peltier
# Version 4.0
# Email: noah.peltier@gmail.com
#
# Requires RSAT - https://www.microsoft.com/en-us/download/details.aspx?id=7887
#
#===================================================================