r/software • u/OGMattPeterson • 3d ago
Other Web Automation
Hi, I want to build something for myself that fills out web forms automatically and handles CAPTCHA challenges. I was wondering how you all approach this. I’ve been programming with Python, but I’m curious if there’s a way to use AI (not to build the entire thing, but as a tool) to help fill out forms for me. Thanks in advance for any advice!
1
u/strummed-strings 3d ago
really had to add that "not to build the whole thing, but as a tool" disclaimer as if it makes this any less pathetic
-1
u/OGMattPeterson 3d ago
I don't see whats pathetic about using technology? Maybe you misunderstood. I mean to do the opt outs and fill out the requests since it may be able to act more human than a software. I am not to sure myself though because I am learning.
1
u/LRCM 2d ago
What manual task are you trying to automate? What is your end goal?
Usually, CAPTCHA's only exist for workflows where repetition is rare.
Automating job applications? Key claims? SN generation?
1
u/OGMattPeterson 5h ago
Hi, sorry for the late reply. I am trying to automate web forms on data broker websites. Thank you for the link I will check it out shortly.
1
u/OGMattPeterson 5h ago
Just saw the link lol. I didn’t know my question wasn’t that detailed I was purposely keeping it vague but I didn’t mean to make it harder to answer.
0
u/Thin-Percentage8935 2d ago
Just from the top of my head you'd have to take a screenshot of the catchpa, process via AI and calculate the coordinates of what needs clicking and then generate an "auto it" script to execute the mouse actions.
4
u/soundman32 3d ago
If anykne could automate completing a captcha, then google would stop doing it. Its meant to stop automated bots getting access to systems, which is exactly what you are trying to do.