I just wrote this, don't analyze it as it's very nasty.
For now I've kind of setup a decent folder structure,
but will probably change soon, not that it matters, right? As long as it twerks!
There are plenty of work left,
and you can see the backlog right over there => https://github.com/dugzino/sale-availability-check/projects
- This script requires node. So visit: https://nodejs.org/en/download/
- git clone this repo's main branch wherever you want.
git clone -b main https://github.com/dugzino/sale-availability-check.git
- Open a terminal inside the repo folder (where you just cloned).
- Run
npm i
- Run
npm run add-article
.
Remember it's only for RDC for now. sorry '-_- - Run
npm run search
To terminate job CTRL+C
for Linux, Windows, and it should probably work the same way for MacOS (hopefully).
To remove an article:
- Run
npm run remove-article
- Type the name of the article you want to remove. eg: "3080 rtx"
To reset the whole thing:
- Run
npm run reset
- That's it.
Don't hesitate to propose website that aren't added yet.
PS: Suggestions are appreciated, with good reasons.