From 8b5f270b5e48ec0cca748d7e0d66e0cd6a7bfca4 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 8 Jan 2024 13:15:28 +0100 Subject: [PATCH] :memo: update README Co-authored-by: haraldnilsen Signed-off-by: Sindre Kjelsrud --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdf43e8..c6934ce 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ -# Webscraper for [Helseveileder](https://github.com/haraldnilsen/helseveileder) -> Del av Bachelor-prosjekt V2024 +# Webscraper needed for [Helseveileder](https://github.com/haraldnilsen/helseveileder) +> Part of Bachelor-project V2024 ## 📝 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 + +``` +``` \ No newline at end of file