omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.16k stars 104 forks source link

Unable to pass cloudflare challenge #65

Closed WarKaa closed 4 months ago

WarKaa commented 4 months ago

Hey,

I just started using your tool and it is truly amazing! However, I have some trouble to bypass some cloudflare protections.

from botasaurus import *

@browser()
def scrape_heading_task(driver: AntiDetectDriver, data):
    driver.google_get("https://vulbis.com")
    driver.prompt()
    heading = driver.text('html')
    return heading

if __name__ == "__main__":
    # Initiate the web scraping task
    scrape_heading_task()

Issue: it keeps refreshing the page, not able to solve the challenge

surmatech commented 4 months ago

How did you go about solving this mate @WarKaa

I am really stuck and need help too

kreethandsouza commented 3 months ago

@WarKaa Could you tell, how did you solve this? would be really helpful.