Browse Source

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

master
alpcentaur 10 months ago
parent
commit
92c238a2ed
2 changed files with 8 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +7
    -0
      README.md

+ 1
- 0
.gitignore View File

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

+ 7
- 0
README.md 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
```

Loading…
Cancel
Save