Webscraper for Bachelor-prosjekt 🦾
23520a5ac1
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com> |
||
---|---|---|
.gitignore | ||
LICENSE | ||
main.py | ||
README.md |
Webscraper needed for 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. This will be used in our Bachelor project.
📋 Prerequisites
- Python 3.x
- HTTPX
- HTMLParser (from
selectolax.parser
)
🛠️ How to run locally