brozzler - distributed browser-based web crawler
Find a file
2014-01-27 19:15:31 -08:00
bin Inccognito messes with currently running chromium instances, disable it 2014-01-23 18:26:20 -05:00
umbra get rid of multiple window handling, add more logging, clean shutdown on ctrl+c, other tweaks 2014-01-27 19:15:31 -08: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 Inccognito messes with currently running chromium instances, disable it 2014-01-23 18:26:20 -05: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.