mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
19 lines
343 B
Markdown
19 lines
343 B
Markdown
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.
|
|
|
|
|
|
|