Skip to content

cortelf/libxcaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libxcaptcha - C++ API wrapper x-captcha

Init API object

XCaptcha x("Your key");

Get Balance

float balance = x.getBalance();

Send request to service

TaskID id = x.sendCaptcha("google key", "page url");

Get captcha from id

std::string response = x.getTaskResponse(id);

Usage

  • Wait 20-25 seconds between send captcha and get response from task id

About

C++ API wrapper x-captcha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published