codemanki / cloudscraper

--DEPRECATED -- 🛑 🛑 Node.js library to bypass cloudflare's anti-ddos page
MIT License
602 stars 139 forks source link

Use within puppeteer? #220

Closed gdoron closed 5 years ago

gdoron commented 5 years ago

Hi,

Is it possible somehow use this library with puppeteer? If not, are you aware of a way to bypass cloudflare with puppeteer?

Thanks, Doron

elpaxel commented 5 years ago

Sorry If I'm wrong but when I'm using puppeteer it already can "pass" through the cloudflare redirects without any problem. You need only to wait the page to load completely.

luminous8 commented 5 years ago

I have the same issue, with puppeteer on https://angel.co I got a 403 from cloudflare with a captcha. So I'm wondering if we could use this library with puppeteer?