This repository has been archived on 2024-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
helseveileder_webscraper/README.md
Sindre Kjelsrud 4bcbf8426b
📝 update README
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-01-08 14:50:54 +01:00

18 lines
No EOL
625 B
Markdown

# Webscraper needed for [Helseveileder](https://github.com/haraldnilsen/helseveileder)
> Part of Bachelor-project V2024
## 📝 Info
This webscraper will retrieve questions and answers, as well as the category assigned to the question, from [Studenterspør.no](https://studenterspor.no/). This will be used in our Bachelor project.
## 📋 Prerequisites
- ***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
```
```