📝 update README

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-01-08 14:49:59 +01:00
parent 93c4464080
commit 4bcbf8426b
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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