Skip to content

A node.js Recaptcha automation program utilizing the 2captcha API and Selenium webdriver.

Notifications You must be signed in to change notification settings

tngeene/2-captcha-solver-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaptcha Solver

A node.js utillity that automates captcha solving.

Table of Content

  1. Requirements
  2. Setup
  3. Developmment

Requirements

  1. Node.js installed.
  2. npm, a node dependency manager. To install, follow this link.
  3. 2captcha API. For this, you'll need to sign up to https://2captcha.com/. Retrieve your API key from the dashboard.

Setup

  1. Clone the repository.
  2. Make a .env file from the provided .env.example file and paste the relevant values.
  3. Navigate to project folder and run npm install
  4. Modify the html elements in index.js file to your preference.

Development

From the command line, run

node index.js

Demo

tngeene captcha demo gif

About

A node.js Recaptcha automation program utilizing the 2captcha API and Selenium webdriver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published