1.0.0 • Published 4 years ago

kijiji-login-captcha-bypass v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Kijiji Login Captcha Bypass

npm Node.js Puppeteer license

Kijiji Login Captcha Bypass is a Node library that logs users into Kijiji while bypassing Invisible reCAPTCHA. All communication is handled through the Puppeteer API.

Getting Started

Installation

To use Kijiji Login Captcha Bypass in your project, run:

npm install kijiji-login-captcha-bypass
# or "yarn add kijiji-login-captcha-bypass"

Usage

An example project is provided to demonstrate how Kijiji Login Captcha Bypass can be used alongside Puppeteer to log into Kijiji.

Execute script on the command line:

cd examples/login
npm install
# or "yarn install"
node . <USERNAME> <PASSWORD>