Furry / 2captcha

A wrapper around the 2captcha api
71 stars 23 forks source link

How do I use it with Puppeteer or Playwright? #25

Closed jezsung closed 2 years ago

jezsung commented 2 years ago

I'm trying to bypass the v2Recaptcha but only calling solver.recaptcha("6Ld2sf4SAAAAAKSgzs0Q13IZhY02Pyo31S2jgOB5", "https://patrickhlauke.github.io/recaptcha/") doesn't seem working. It seems like I need to do something more to make it work but I have no clues. Can you please give me some instructions?

Furry commented 2 years ago

Apologize for the extremely long delay on this. The first parameter is the 'gkey', which is found within the website's html source. the second is the domain the captcha appears for the website you're trying to solve on.

There's instructions on how to find the needed data to use this library online ^^