Skip to content

erhangundogan/irobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRobot

Download hcaptcha challenge images using puppeteer.

Install

$ yarn

Run

Provide env variable CAPTCHA_DOMAIN for the hcaptcha domain and run command below. You can also edit start command to provide env variable.

$ yarn start

If all goes well application downloads captcha challenge images into the images/ folder and also saves screenshot to ss/ folder. You would also see challenge keyword in the console:

Keyword is: motorcycle

If it doesn't work you would get error in the console (no hcaptcha page, network error, hcaptcha update in the source code etc.).

If it works then you could use deep neural network to identify image and do whatever you want. Good luck ;)

Image below downloaded by using irobot and identified by opencv with darknet.

dnn

Releases

No releases published

Packages

No packages published