Best Flask open-source libraries and packages

Amazon_price_tracker

It is a web app which provides the user a HTML Form that asks for user’s name, link of the desired Amazon product, desired price and user’s email address. When user fills this form and clicks on the Submit button, their data gets stored in a database. From there a Python script checks the real-time price of the Amazon product until it meets the desired price given by the user and when it matches, the Python script shoots a mail with details of the product on user’s email address and deletes the record from database to avoid multiple mailings.
Updated 9 months ago

Amazon Price Tracker & Notifier

Your Personal Desired Price Alert Notifier!

Usage :

Hey! For using this project. Go here. By tapping on this, a flask web app will open, where the project asks you for your Name, Product URL(of which you want the notification), Desired Price(price on which you want a notification), Email Address(your email on which you want to receive the notification).

In the backend, the project keep checking the product price in realtime and whenever the product realtime price and your Desired Price meet. It notify you on your respective Email Address.


Technologies Used :


📤 Deployed on Deployed to Azure


Contributions are welcome! ❤️

Made with ❤️ and Python.