added instruction for downloading chromium driver for python selenium to README.md

This commit is contained in:
alpcentaur 2023-12-15 14:13:41 +01:00
parent ece5cf1301
commit 92c238a2ed
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/venv /venv
/spiders/pages/** /spiders/pages/**
/spiders/output/** /spiders/output/**
/spiders/config.yaml

View file

@ -16,5 +16,12 @@ Filter and serialize content to json.
Filter either by xpath syntax. Filter either by xpath syntax.
Or Filter with the help of Artificial Neural Networks (work in progress). 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
```