Buy Later is a Web Scraper for Amazon built with JavaScript that sends a SMS to user's number when a particular product specified by user goes below a particular Price / Amount
JavaScript: Node JS , Axios , Cheerio , Twilio , dotenv
Clone the project
git clone https://github.com/Subramanyarao11/Buy-Later.git
Install dependencies
npm install axios cheerio dotenv twilio
Start the server
node yourFileName.js
Note: This Scraper is particularly for amazon.in but you can modify accordingly. Replace Product url , Price & Modify set interval accordingly.