________ _____ ______ ________ _____
___ __ \_____________ /_______________ /__ ___ __ )_______ /_
__ /_/ / _ \_ ___/ __/ __ \ ___/_ //_/________ __ | __ \ __/
_ _, _// __/(__ )/ /_ / /_/ / /__ _ ,< _/_____/ /_/ // /_/ / /_
/_/ |_| \___//____/ \__/ \____/\___/ /_/|_| /_____/ \____/\__/
A simple bot which will notify you via email when online products are back in stock. Currently only Newegg is supported.
- Modify
/config.js- Set the
'email'field to your gmail address - Set the
'password'field to the password of your gmail account. I recommend making a secure app password. From the 'Select app' menu, choose 'Mail', and from the 'Select device' menu, choose your device. - Add the URLs of the products you want the bot to keep track of to the
'urls'field - The
'interval'field determines how long the bot will wait (in seconds) before rechecking the status of your products - Set
'verbose'totrueif you want status updates to be logged to the terminal,falseto disable status updates
- Set the
- Run
npm install - Run
npm start