From docs/FUTURES.txt.
Per-brand command-line scrapers that turn a product-page URL into a spec JSON suitable for npm run add-tablet:
npm run scrape-xppen -- <url> → emits spec.json
npm run scrape-huion -- <url>
npm run scrape-wacom -- <url>
Each scraper knows the page structure (or HTML pattern) for its manufacturer and produces the field mapping in docs/IMPORTING-TABLETS.md form. Output is JSON the user can review/edit before passing to add-tablet.
Worth doing once we are importing more than ~1 tablet per month from any single brand. Until then, hand-mapping from a spec sheet is fast enough.
From docs/FUTURES.txt.
Per-brand command-line scrapers that turn a product-page URL into a spec JSON suitable for
npm run add-tablet:npm run scrape-xppen -- <url>→ emits spec.jsonnpm run scrape-huion -- <url>npm run scrape-wacom -- <url>Each scraper knows the page structure (or HTML pattern) for its manufacturer and produces the field mapping in docs/IMPORTING-TABLETS.md form. Output is JSON the user can review/edit before passing to
add-tablet.Worth doing once we are importing more than ~1 tablet per month from any single brand. Until then, hand-mapping from a spec sheet is fast enough.