puppeteer-recaptcha-example

Puppeteer example for solving reCAPTCHA through https://bestcaptchasolver.com service built in NodeJS

> Github repository <

Installation

Clone this repository using

git clone https://github.com/bestcaptchasolver/puppeteer-recaptcha-example

Install dependencies

cd puppeteer-recaptcha-example 
npm i

Setup

Replace the value of this variable with your actual access token

If you don't have a token or account, register here and add some credit to your account.

const ACCESS_TOKEN = 'YOUR_ACCESS_TOKEN'

Usage

Run the main.js node application

node main.js