DaanVanVugt / Taxila

Training e-Support Service using Ruby on Rails.
Other
0 stars 0 forks source link

SURF scraper not using time data #121

Open mikesndrs opened 2 years ago

mikesndrs commented 2 years ago

JSON file being scraped does not contain start time and end time while the browser page does. If these should be included the provided json should be altered.

{ "@context": "https://schema.org", "@graph": [ { "@type": "Event", "name": "Training TRANSITS 2 - FULLY BOOKED", "url": "https://www.surf.nl/en/agenda/training-transits-2-fully-booked", "description": "\u003Cp\u003EFollow this 3-day in-depth training of TRANSITS and learn more about a variety of network security topics, such as network flow analysis, forensic investigation and communication skills. SURF, in collaboration with SURFcert, SCIRT, and NCSC-NL, is organising the TRANSITS 2 training course for CSIRT/CERT members.\u003C/p\u003E", "startDate": "2022-09-27T14:00:00+0200", "endDate": "2022-09-29T14:00:00+0200", "location": [ "SURF office", "Utrecht" ] } ] } image