Show HN: Run Gemini & ChatGPT UI with Python
1–5 of 5 posts
Re: Show HN: Run Gemini & ChatGPT UI with Python
#2[deleted]
Re: Show HN: Run Gemini & ChatGPT UI with Python
#3Does this work reliably? Don't ChatGPT, Gemini, etc. change up their DOMs frequently and use bot detection to prevent this exact use case?
Re: Show HN: Run Gemini & ChatGPT UI with Python
#4Does this work reliably? Don't ChatGPT, Gemini, etc. change up their DOMs frequently and use bot detection to prevent this exact use case?
I've been using this personally for nearly a year and in that time they've only updated their UI a handful of times, minor changes I was able to fix within a day.
Re: Show HN: Run Gemini & ChatGPT UI with Python
#5Does this work reliably? Don't ChatGPT, Gemini, etc. change up their DOMs frequently and use bot detection to prevent this exact use case?
For bot detection evasion, it uses undetected-chromedriver which handles that pretty well. It also saves the browser session and cookies for future use.
I've also added few more tricks to avoid bot detection.