Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 737 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 737 Bytes

Amazon Subscribe and Save - Bulk Skipper

A webapp to be hosted locally that automates the bulk skipping of Amazon Subscribe and Save products through the use of a React/Express.js/Node.js app leveraging Puppeteer for browser automation.

Clone repo

cd sns-bulk-skipper
npm install
cd backend
npm install

Create a .env file in the /backend directory with your Amazon.com credentials

USERNAME=XXXXXXXXXXXXXXXX
PASSWORD=XXXXXXXXXXXXXXXX

Start the Express server

cd backend
node app.js

then run the react site locally

cd sns-bulk-skipper
npm run dev

or host it wherever you choose.

Never waste your time skipping multiple items on Amazon ever again.