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:
Where I'd like to put this info:
The best option that we have is use a modal like the sapienza's website.
How to save the description?
I'd create a courseDescription.json file that contain {courseId: "description"}.
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:
Where I'd like to put this info:
The best option that we have is use a modal like the sapienza's website.
How to save the description? I'd create a courseDescription.json file that contain {courseId: "description"}.
What do you think?