1.0.8 • Published 6 years ago

wayang v1.0.8

Weekly downloads
1,487
License
ISC
Repository
github
Last release
6 years ago

Wayang

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

Iam not robot/saya bukan robot button with visual puzzle and many more

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  

  })
})();

Watch

http://www.youtube.com/watch?v=NX1yhU-oAHU wayang

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago