Skip to content

A simple nodejs function for finding puzzle position in CoinMarketCap captcha.

Notifications You must be signed in to change notification settings

kaznaeth/CMCPuzzleCapthaSolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinMarketCap Captcha Solver

A simple nodejs function for finding puzzle position in CoinMarketCap captcha.

How it works

The function is creating image with precomposed puzzle and background, and comparing this only with background image. It works in a cycle to find the best position with the smallest difference between comparable images.

Features

  • Efficiency 97%
  • Elapsed time: ~ 1s

Demo

example1 ==> example2 ==> { x: 148, y: 32 }

Browser Automation Studio project demo is attached to this repository (demo.xml).

Installation

git clone https://github.com/Sadzurami/CMCPuzzleCapthaSolver
cd ./CMCPuzzleCapthaSolver
npm install

Requirements

  • NodeJS 12+

Used

Suggestions

If you have any suggestions, please contact me:

Please don't spam me with questions.

About

A simple nodejs function for finding puzzle position in CoinMarketCap captcha.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%