brozzler - distributed browser-based web crawler
Find a file
2014-01-22 01:32:41 +00:00
bin Create executable umbra script 2014-01-21 18:23:11 +00:00
umbra Should be full python 3 now 2014-01-22 01:32:41 +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 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.