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.gitInstall dependencies
npm install axios cheerio dotenv twilioStart the server
node yourFileName.jsNote: This Scraper is particularly for amazon.in but you can modify accordingly. Replace Product url , Price & Modify set interval accordingly.