All Projects → lukluk → wayang

lukluk / wayang

Licence: other
Remote Chrome Headless , bypass reCAPTCHA dan anything that needs to be done by human

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to wayang

imagetyperz-api-python3
imagetyperz-api-python3 - is a super easy to use bypass captcha API wrapper for imagetyperz.com captcha service
Stars: ✭ 25 (-21.87%)
Mutual labels:  captcha, decaptcha
RemoteSupportTool
an easy single click solution for remote maintenance
Stars: ✭ 74 (+131.25%)
Mutual labels:  remote
dcat-login-captcha
Dcat-admin 登陆验证码
Stars: ✭ 24 (-25%)
Mutual labels:  captcha
RARBG-scraper
With Selenium headless browsing and CAPTCHA solving
Stars: ✭ 38 (+18.75%)
Mutual labels:  captcha
Bearcat captcha
熊猫识别不定长验证码,基于tensorflow2.2(tensorflow2.3也可以运行)轻松就能练出不错的模型
Stars: ✭ 67 (+109.38%)
Mutual labels:  captcha
frontend-developer-coding-challenge
Are your looking for a remote developer job? Solve this frontend developer challenge and show us what you can do and what you are an expert at!
Stars: ✭ 112 (+250%)
Mutual labels:  remote
voicemeeter-remote-python
Voicemeeter Remote API for Python 3
Stars: ✭ 49 (+53.13%)
Mutual labels:  remote
ddddocr
带带弟弟 通用验证码识别OCR pypi版
Stars: ✭ 4,093 (+12690.63%)
Mutual labels:  captcha
wp-recaptcha-integration
WordPress reCaptcha integration supporting Ninja Forms and Contact Form 7
Stars: ✭ 50 (+56.25%)
Mutual labels:  captcha
simple-recaptcha-v3
🤖 This repository contains simple reCAPTCHA v3 integration for your Laravel application.
Stars: ✭ 25 (-21.87%)
Mutual labels:  captcha
Formidable
The PHP pragmatic forms library
Stars: ✭ 116 (+262.5%)
Mutual labels:  captcha
linux-remote
The Linux Web Remote Desktop.
Stars: ✭ 38 (+18.75%)
Mutual labels:  remote
USBNinja-android
USBNinja Android Remote Control Application
Stars: ✭ 22 (-31.25%)
Mutual labels:  remote
nxdk-rdt
Remote Dev Tool is a tool to remote control an Xbox using memory access and RPC
Stars: ✭ 23 (-28.12%)
Mutual labels:  remote
rc-scanner
Remote control your police scanner
Stars: ✭ 22 (-31.25%)
Mutual labels:  remote
TweakIt-Desktop
An Android Debugging Application
Stars: ✭ 33 (+3.13%)
Mutual labels:  remote
captcha
😁一个Laravel5使用的简单图形验证码组件包
Stars: ✭ 13 (-59.37%)
Mutual labels:  captcha
arcsi
Software to automate the production of optical analysis ready data (ARD) from Landsat, Sentinel-2 and others.
Stars: ✭ 22 (-31.25%)
Mutual labels:  remote
gba-remote-play
Stream Raspberry Pi games to a GBA via Link Cable
Stars: ✭ 356 (+1012.5%)
Mutual labels:  remote
captcha-canvas
A captcha generator by using skia-canvas.
Stars: ✭ 40 (+25%)
Mutual labels:  captcha

Wayang

a Plugin for puppeteer, that help you do human thing in headless browser such as by pass reCaptcha,

Iam not robot button , captcha with visual puzzle and many more

logo Wayang

Example

const puppeteer = require('puppeteer');
const dalang = require('wayang');

(async () => {
  const browser = await puppeteer.launch();
  const page = await browser.newPage();
  page.setViewport({
    width: 1920,
    height:1080,
  })
  await page.goto('http://vip.bitcoin.co.id');
  let kimantep = new dalang({
    page:page
  })

  kimantep.listenToDalang(function(action){


        //TODO: Scraper lines code are happy here after manual process  

  })
})();

More

wayang

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].