📝 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 13:15:28 +01:00
parent 19ad2c1b4f
commit 8b5f270b5e
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -1,10 +1,17 @@
# Webscraper for [Helseveileder](https://github.com/haraldnilsen/helseveileder) # Webscraper needed for [Helseveileder](https://github.com/haraldnilsen/helseveileder)
> Del av Bachelor-prosjekt V2024 > Part of Bachelor-project V2024
## 📝 Info ## 📝 Info
Denne webscraperen skal hente spørsmål og svar, samt kategorien tilordnet spørsmålet, fra [Studenterspør.no](https://studenterspor.no/). Dette vil bli brukt i våres Bachelor-prosjekt. 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.
## 📋 Forutsetninger ## 📋 Prerequisites
## 🛠️ Hvordan kjøre lokalt - Python 3.x
- HTTPX
- json
## 🛠️ How to run locally
```
```