Webscraper for Bachelor-prosjekt 🦾
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.
Find a file
Sindre Kjelsrud a175b09ff8
📝 update README
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2024-01-08 14:17:30 +01:00
.gitignore 🙈 add .gitignore 2024-01-05 12:08:01 +01:00
LICENSE 📄 add LICENSE 2024-01-05 11:51:32 +01:00
main.py signatures is now scraped! 2024-01-08 14:15:49 +01:00
README.md 📝 update README 2024-01-08 14:17:30 +01:00

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