sanasol / how-to-solve-hcaptcha-with-puppeteer

Use Puppeteer to solve websites that have Cloudflare's hCaptcha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to log in to hCaptcha with Puppeteer

This walks through using Puppeteer extra with the reCaptcha plugin to solve hCaptcha.

I am using 2Captcha as my solving tool. Here's my affiliate link.

Getting Started

Clone the repository and run npm i.

You'll need to put your rename .sample.env to .env and put your captcha API key/token that you received from 2Captcha.

Prerequisites

Tested on Node v14.17.5 and NPM v6.14.14.

Installing

After installing NodeJS you should be able to just run the following in the terminal.

npm i

Built With

Authors

License

This project is licensed under the ISC License

About

Use Puppeteer to solve websites that have Cloudflare's hCaptcha.


Languages

Language:TypeScript 96.8%Language:Shell 3.2%