Origonally at: https://github.com/KarmaComputing/save-ChatGPT-chats-automatically
Live at: https://save-chatgpt.anotherwebservice.com/
Quickly save your ChatGPT chat to text.
This entire app was written with the aid of ChatGPT by asking it questions on how to code it.
The entire process took less than ~15mins
Fun experimental research
go to https://chat.openai.com/chat
Install instructions: https://save-chatgpt.anotherwebservice.com/
Run the flask app locally Open a terminal, and run this flask app in on your local computer:
python3 -m venv venv
. venv/bin/activate
pip install flask
FLASK_DEBUG=1 flask run
If you get stuck, ask https://chat.openai.com/chat how to do it ;)