brozzler - distributed browser-based web crawler
Find a file
2014-01-23 18:39:17 +00:00
bin Remove debugging output, improve support scripts 2014-01-22 18:41:00 +00:00
umbra Add additional checks for weird chrome behavior, serialize requests 2014-01-23 18:39:17 +00:00
.gitignore Some refactor/testing and utility scripts 2014-01-22 18:03:02 +00:00
README.md Updating the README doc 2014-01-21 21:36:14 +00:00
setup.py Should be full python 3 now 2014-01-22 01:32:41 +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.