Hacker News new | ask | show | jobs
by spaceribs 2822 days ago
I feel the same here, architecturally I've never liked scrapers which are tightly coupled within a service. Websites are prone to sudden change and it seems unsustainable to redeploy each time a selector changes, it's pretty innovative to leverage the power of *QL for this sort of problem.
1 comments

Yes! This is one of the reasons why I wanted to be able making these changes without redeploying the whole thing!