This bot uses Node.js and Puppeteer to automate the checkout on various sneaker websites. It currently works for add to cart on the Footsites (footlocker.com, footaction.com, eastbay.com, champssports.com) and Nike.com.
Make a copy of the .env.example
file, replacing example
with the name of your NODE_ENV
e.g. local
or development
.
Declare the environment name with:
$ export NODE_ENV=local
$ npm start