README
bestcaptchasolver-client - Bestcaptchasolver JS client API library
Bypass image captcha and reCAPTCHA with bestcaptchasolver service, JS library
Installation
npm install bestcaptchasolver-client
or
git clone https://github.com/bestcaptchasolver/bestcaptchasolver-javascript
Usage
Promises are used inside the library, for better code management
Simply require the module, set the auth details and start using the captcha service:
<!-- Load jQuery (dependency) -->
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- Load the API library -->
<script src="../lib/bestcaptchasolver.js"></script>
Set access token, before using the library
bestcaptchasolverapi.set_access_token('access token from /account');
Get balance
bestcaptchasolverapi.account_balance().then(function (balance) {
console.log('Balance: