brozzler - distributed browser-based web crawler
Find a file
2014-01-21 22:47:49 +00:00
bin Create executable umbra script 2014-01-21 18:23:11 +00:00
umbra Add additional option to control invoked executable and wait time 2014-01-21 22:47:49 +00:00
.gitignore First commit of umbra 2014-01-21 06:41:46 +00:00
README.md Updating the README doc 2014-01-21 21:36:14 +00:00
setup.py Fix readme filename 2014-01-21 18:10:43 +00:00

umbra

Browser automation via chrome debug protocol

Install

Install via pip from this repo.

Run

"umbra" script should be in bin/. Currently we create a browser and navigate to a single page, then exit. We are receiving the network events, but don't yet have anything to do with them. AMQP/RabbitMQ integration is next.