2014-01-21 01:43:16 -05:00
|
|
|
umbra
|
|
|
|
=====
|
|
|
|
|
|
|
|
Browser automation via chrome debug protocol
|
|
|
|
|
|
|
|
Install
|
|
|
|
======
|
2014-01-21 21:36:14 +00:00
|
|
|
Install via pip from this repo.
|
|
|
|
|
|
|
|
Run
|
|
|
|
=====
|
|
|
|
"umbra" script should be in bin/.
|
2014-01-28 00:12:33 -05:00
|
|
|
load_url.py takes urls as arguments and puts them onto a rabbitmq queue
|
|
|
|
dump_queue.py prints resources discovered by the browser and sent over the return queue.
|
2014-01-21 21:36:14 +00:00
|
|
|
|
2014-01-28 00:12:33 -05:00
|
|
|
On ubuntu, rabbitmq install with `sudo apt-get install rabbitmq-server` should automatically
|
|
|
|
be set up for these three scripts to function on localhost ( the default amqp url ).
|
2014-01-21 01:43:16 -05:00
|
|
|
|