How to handle recaptcha while running an automated python script with web driver
I am working on a project that involves using a web driver to search up and obtain website links for schools. My script has to look up around 100k schools so it needs to be automated. However, I keep running into issues with Captcha detecting my script is a bot and am in need of advice on what to do. Here are the specs of what I am using:
Python
Selenium with chromedriver
VS Code
Macbook