added instruction for downloading chromium driver for python selenium to README.md
This commit is contained in:
parent
ece5cf1301
commit
92c238a2ed
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/venv
|
||||
/spiders/pages/**
|
||||
/spiders/output/**
|
||||
/spiders/config.yaml
|
||||
|
|
|
@ -16,5 +16,12 @@ Filter and serialize content to json.
|
|||
Filter either by xpath syntax.
|
||||
Or Filter with the help of Artificial Neural Networks (work in progress).
|
||||
|
||||
To run this, create a python3 virtualenv, pip install -r requirements,
|
||||
and
|
||||
```
|
||||
apt install xvfb
|
||||
apt install chromium
|
||||
apt install chromium-webdriver
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue