Price Tracker is a full-stack web application to save your Amazon items and get daily emails to check when their prices drop.
Full-Stack web application that uses:
- Price Tracker uses the python library Beautiful Soup to access amazon links and extract their information such as product name, image, and price.
- Using Flask, the application connects to the MongoDB database to store and extract the products saved by the user.
- Every 24 hours, the application checks if one of the saved products' price changed and sends an email to the user using a SMTP protocol client library.
Copyright (c) 2020 Ivan Mota Released under the MIT License