L-a-r-t / chatgpt-to-notion

ChatGPT to Notion brings the cleverness of ChatGPT right into your Notion workspace!
https://chrome.google.com/webstore/detail/chatgpt-to-notion/oojndninaelbpllebamcojkdecjjhcle
325 stars 64 forks source link

How to export all chatGPT chats in one click? #6

Closed developerisnow closed 1 year ago

developerisnow commented 1 year ago

For i.e. if I have 600+ ChatGPT chats and want to put all of them into notion fast. Is it possible to modify plugin or script to export all notion chats in one click?

L-a-r-t commented 1 year ago

Hi, thanks for reaching out about this! Unfortunately there is no way to do this with the plugin currently and there probably won't be any for a while.

The reason is that currently the extension scrapes the ChatGPT conversation directly from the webpage that you use it on, it doesn't have any access to other chats that are effectly on their own other webpage. Being able to do that would require implementing a solution like Puppeteer which isn't in the plans. I haven't checked out the state of the unofficial ChatGPT API for a while but I don't think that it would help doing that either.

developerisnow commented 1 year ago

Thanks a lot for your detailed answer. Is there any other git repos tips that can help with this task?