asrock-memory-qvl-scraper/README.md

8 lines
482 B
Markdown
Raw Permalink Normal View History

2021-04-22 19:30:58 +02:00
# ASRock Memory QVL scraper
Utility written in PHP 8.0 that scrapes a Memory QVL from the ASRock webpage and makes it searchable. It performs some
nifty tricks such as inferring the amount of RAM modules in a kit based on module size and module number. There's a
2021-04-28 20:17:37 +02:00
decorator enabled in [bin/app.php](bin/app.php) which adds a hyperlink to the Tweakers.net pricewatch to the output.
2021-04-22 19:30:58 +02:00
2021-04-28 20:17:37 +02:00
There are two output modes available; csv and json. See [bin/app.php](bin/app.php) for an example.