# scraper-hafensommer minimal HTML to Event JSON scraper for Würzburg Hafensommer ## Vibe Coding Inspiration :) That's the prompt I've used to create it (with current ChatGPT) write a simple website scraper script. first download the page https://www.adticket.de/Hafensommer-Wurzburg.html use css selector `.w-paged-listing__list-item` to match a event. every event shall be stored to a single json file. css select child node with `.c-list-item-event` and pick data attribute `data-sync-id` and pick id from there. save the event json to a file named `hafensommer-{{id}}.json` json shall follow schema.org/Event format. select child node of `time` element type for `startDate` property (element looks like `