sapienzastudentsnetwork / sapienzastudentsnetwork.github.io

🌐 Sito Web degli Studenti e le Studentesse dei Corsi di Laurea afferenti al Dipartimento di Informatica presso Sapienza Università di Roma
https://sapienzastudents.net/
GNU Affero General Public License v3.0
20 stars 10 forks source link

[Enhancement] Scraping course descriptions for website integration #26

Open atyion opened 11 months ago

atyion commented 11 months ago

I think we need a solution to scrape course descriptions from https://corsidilaurea.uniroma1.it/it/corso/2021/29923/cds and integrate them into our website seamlessly. I've already wrote the scraper. Today I'm gonna clean the code a little bit.

The descriptions that I get: image

Where I'd like to put this info: image

The best option that we have is use a modal like the sapienza's website. modal

How to save the description? I'd create a courseDescription.json file that contain {courseId: "description"}.

What do you think?