Installation

To install the chatgpt-conversation-finder script, ensure that you have Python version 3.11 or higher.

From PyPI

$ pip install chatgpt-conversation-finder

From GitHub

  • Download the git source:

$ git clone --depth=1 https://github.com/hakonhagland/chatgpt-conversation-finder.git
$ cd chatgpt-conversation-finder
$ python -m venv .venv  # optionally create venv
$ source .venv/bin/activate
$ pip install .

Note

On Windows (powershell) type .\.venv\Scripts\Activate.ps1 to activate the venv

Note

For development installation from GitHub see: Development