From 92c238a2eda78687b8ff0a3945123fa9a1a1285b Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Fri, 15 Dec 2023 14:13:41 +0100 Subject: [PATCH] added instruction for downloading chromium driver for python selenium to README.md --- .gitignore | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 90bde74..a0e6b3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /venv /spiders/pages/** /spiders/output/** +/spiders/config.yaml diff --git a/README.md b/README.md index 5fb8c1c..cc0d696 100644 --- a/README.md +++ b/README.md @@ -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 +```