📝 update README
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
93c4464080
commit
4bcbf8426b
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue