I now have a scraper that works and a static website built with Hugo.
Putting these together, I need to re-deploy the static website each day with updated inventory, which the scraper provides.
So my single VPS instance will run a daily cronjob script that:
Item 3 onwards, I need to make a call whether to keep writing modules in the main package or write separate scripts for each. Maybe a separate module for handling site (re)building…