Parse hardwareluxx.de forums to update SKUs
Closed this issue · 0 comments
Benzhaomin commented
Building the list wasn't the funniest thing to do already but updating it manually based on a forum post with no diff over time is even worse.
-
parse the page whole page -> find the first post -> find tables -> select rows with 'ja' in the third column -> output them as a list of json objects {'sku', 'specs', 'b-die', 'screenshot', 'comment'}.
-
diff that list against the current one in data.js
-
add missing SKUs and make sure the parsers from parsers.js work on them