Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.04 KB

File metadata and controls

19 lines (16 loc) · 1.04 KB

Gobricks

Small UI automation script for adding Gobricks bricks to the cart of yourwobb via Puppeteer.

How to start?

  1. Run git clone https://github.com/Phantomkeks/gobricks.git
  2. Run npm ci --package-lock
  3. (Optional) Adapt the executable path of the configuration file (defaults.js)
    • Get your executable path of Chrome browser by opening chrome://version/ in your browser
    • Default is the default Chrome installation path for MacOS
  4. Replace the parts.csv file in the folder and stay with the file name.
    • CSV format relies on the CSV generated by rebrickable
  5. Add something to your cart on yourwobb in your normal Chrome browser (otherwise the script will get its own cart from the website).
  6. Run npm run start

Limitations:

  • Not all bricks have an equivalent to Gobricks

Disclaimer

Please cross-check your cart before ordering, because this script is not free of bugs.