From 4bcbf8426b849d097211e9d23f61ddaf3b23c715 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 8 Jan 2024 14:49:59 +0100 Subject: [PATCH] :memo: update README Co-authored-by: haraldnilsen Signed-off-by: Sindre Kjelsrud --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9771946..adc6306 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ This webscraper will retrieve questions and answers, as well as the category ass ## 📋 Prerequisites -- Python 3.x -- HTTPX -- HTMLParser (from `selectolax.parser`) +- ***Python 3.x*** +- ***httpx*** ~ HTTP client +- ***HTMLParser*** (from [`selectolax.parser`](https://github.com/rushter/selectolax/)) ~ a fast HTML5 parser with CSS selectors +- ***re*** ~ regular expression matching operations ## 🛠️ How to run locally