An automated script to quickly buy wine from the LCBO Vintages Shop when new products are released. Driven by Playwright.
Steps:
- Install dependencies
npm install
- Copy
config.example.yaml
toconfig.yaml
and configure.- Note that by default, the script will not complete the purchase for you but will wait at the checkout page.
- Run via
npm run start