chatgpt-history-export-to-md icon indicating copy to clipboard operation
chatgpt-history-export-to-md copied to clipboard

A script to effortlessly extract your entire ChatGPT data export from JSON files to nicely-formatted markdown files.

Results 13 chatgpt-history-export-to-md issues
Sort by recently updated
recently updated
newest added

Describe the bug When attempting to load a conversation set using Convoviz, a pydantic_core._pydantic_core.ValidationError is encountered. This error arises due to a type mismatch in the ConversationSet model, where a...

**Describe the bug** A clear and concise description of what the bug is. ➡️ https://github.com/mohamed-chs/chatgpt-history-export-to-md/issues/new/choose 🔗 ? Enter the path to the zip file : C:\Users\mydjt\Downloads\2024_03_20_chatgpt_export_cd833544d1e9d430427877b3357ec5b40 df5d0062769dde85ac4b09bc0e74a93-2024-03-20-19-53-00.zip ? Enter the...

**Describe the bug** after use [yb66](https://github.com/mohamed-chs/chatgpt-history-export-to-md/pull/32)'s code. I meet another problem. **OS** - OS: MacOS **Additional context** ``` python -m convoviz Welcome to ChatGPT Data Visualizer ✨📊! Follow the instructions...

However, this doesn't actually handle the case where a dictionary is returned (e.g. when DALL-E images are involved), it just ignores them and preserves the old interface.

**Describe the bug** Invalid input but path is correct **To Reproduce** 1. python -m convoviz /Users/wang/Downloads/20231213.zip 2. hit enter and it says invalid input **Expected behavior** continue on next configuration...

**About** Wanted to convert .zip to a .md files **To Reproduce** All default inputs are given by pressing just "Return" for all asked inputs like shown below ? Enter the...

**Describe the bug** The python version used in pyproject.toml https://github.com/mohamed-chs/chatgpt-history-export-to-md/blob/627449852000f4fe96985ced13ccb3c99f621799/pyproject.toml#L22 doesn't support union type expression with `|` operand like here https://github.com/mohamed-chs/chatgpt-history-export-to-md/blob/627449852000f4fe96985ced13ccb3c99f621799/convoviz/models/_message.py#L24 since this is supported since [python 3.10](https://docs.python.org/3/whatsnew/3.10.html#pep-604-new-type-union-operator) **To Reproduce**...

? Enter the path to the zip file : C:\Users\djtlm\Documents\GitHub\chatgpt-history-export-to-md\openai-export cd833544d 1e9d430427877b3357ec5b40df5d0062769dde85ac4b09bc0e74a93-2023-11-12-21-19-05.zip ? Enter the path to the output folder : C:\Users\djtlm\Documents\GitHub\chatgpt-history-export-to-md\output ? Enter the message header (#) for messages...

**Describe the bug** error when installing **Expected behavior** installing the program **Screenshots** File "{MYFILEDIRECTORY}\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in main() File "{MYFILEDIRECTORY}\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "{MYFILEDIRECTORY}\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py",...

**Describe the bug** Build failing [here](https://github.com/mohamed-chs/chatgpt-history-export-to-md/actions/runs/6766938430/job/18388776926) with three errors all caused by `ModuleNotFoundError: No module named 'questionary'`. E.g.: ``` ____________________ ERROR collecting tests/test_message.py ____________________ ImportError while importing test module '/home/runner/work/chatgpt-history-export-to-md/chatgpt-history-export-to-md/tests/test_message.py'....