Skip to content

    100 → web scraping x ecommerce store

    Created by
    ZaraKhan23
    ZaraKhan23

    A python program that utilizes web scraping to monitor product prices on sezane.com. It stores the specific product's URLs and acceptable price levels in a database, and then periodically checks the current prices against the specified sale price. If the product's price drops below the specified level, the program sends an email notification to the user. Additionally, it allows the user to add new products to the monitoring list. The program runs in an infinite loop and checks for updates every 30 minutes.

    Preview