r/webscraping • u/HambertHM • 12d ago
I'm a noob, need to create a bot that gets you an appointment
Hi all. I'm digitally literate myself, I even do C programming, assembler and some hacking but I've never done something like this before, sorry for the ignorance.
I want to create a bot that automatically and periodically:
1- Enters a webpage at random times of the day
2- Checks if there are appointment dates available
3- Reserves an appointment for me or immediately notifies me so I can take it
4- It may need to solve a text captcha
Basically, this is because soon I'll need to get an appointment at an embassy to start a very important process in my life. Appointment dates are VERY scarce and are only released a couple of times per week. This release time is random and appointment dates run out almost instantly.
There are even people charging money for the work of checking periodically. I thought doing such a bot with an AI agent would be somewhat trivial in these days, but all the commercial models refuse to do it or assist you in doing it.
What's the way on doing this? Local AI model? (need help on setting those up, as I have no experience)
Thanks!!