Axios reCaptcha Login

Login to reCaptcha protected website using Axios and Capsolver (Typescript)

Installation

Clone Repo

  git clone https://github.com/coommark/axios-recaptcha-login.git
  cd axios-recaptcha-login

Set .env variable

  1. Rename the .env.dev to .env
  2. Enter the values for the env variable. All values are required.

Install and Run

Install and run with yarn

  yarn
  yarn build
  yarn start

Test sample captcha score with yarn

  yarn try-captcha

Find missen headers (why it is failing) with yarn

  yarn missen-headers

Install and run with npm

 npm install
 npm run build
 npm run start

Test sample captcha score with npm

  npm run try-captcha

Find missen headers (why it is failing) with npm

  npm run missen-headers