Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha Harvester

This is a simple program that allows a user to manually harvest captchas.

Ussage

You must first create the CaptchaHarvester object

final CaptchaHarvester captchaHarvester = new CaptchaHarvester("DOMAIN", "SITE_KEY", PORT (OPTIONAL));

Then you can create a CaptchaWindow object (it will automatically show unless you put false in the arguments)

final CaptchaWindow captchaWindow = captchaHarvester.createWindow();

Getting Captcha Tokens

final List<CaptchaToken> tokens = captchaWindow.getCaptchaTokens();

About

a manual captcha harvester

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages