Is my process solid or the wrong way of doing it? (ChatGPT)

HenrySEO

Regular Member
Joined
May 31, 2022
Messages
268
Reaction score
84
I want to process about 1,500 prompts (questions) to ChatGPT...

Obviously, I am not doing that one by one, so I have two options as I see it:

- Get a custom made python script
- Get a robot to do it...

My preference is #2, and use Selenium IDE to simply copy the query from a spreadsheet (Google Sheet), paste it into ChatGPT, run, then paste the answer back in the same row of the spreadsheet...

Make sense?

Am I on the right track or is my approach dumb?

Thanks ;)
 
Selenium is definitely suited for a prototype or few-times use. If you want to scale, build a proper script.

Sincerely,
The Data Scientist
What would be the best for scaling instead of using Selenium, if I understood correctly? :)
 
Chatgpt is out of capacity and they are launching api soon, so get into the waiting list. Use the api when they release it. There are multiple ways to do this with api via script , bot, custom app, cloud app.
 
Back
Top