Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 765 Bytes

File metadata and controls

23 lines (18 loc) · 765 Bytes

Amazon Price Tracker

Tracks the current given product price and provides alerts on price drop on email and whatsapp.

Modules Used

  • requests
  • bs4 (BeautifuSoup)
  • time
  • smtplib
  • pywhatkit
  • datetime

requirements.txt


How it works

  • By providing the User agent name and URL of the product that you want to track and buy and then it scrap the web and it tracks your product price.
  • It returns The Tracking price of your product and it sends email and whatsapp message when your product price decreases at best least price.