Automation of questions and answers.

Hi, I sometimes have an excel-sheet with things I need to type into a custom-gpt. Now, I tried getting chatgpt to read the column for them and provide a response-file. The result was not good and chatgpt confessed it was not good at that. So I tried making a python script and a playwright script that picked up data, wrote it into the chatgpt textbox and saved the answers but that made the "are you human" captcha pop up over and over again.

My current solution is to manually copy each text, paste it into the custom gpt and then copy the response and paste it into a document.

Does anyone have a different solution that can work?

I don't have API access and also chatgpt says you can't use api to work with a custom gpt.

Leave a Reply