Final Project: New Product Finder

by Lakshay X

Description

New Product Finder features: 1. Get the H&M t shirts web page using Requests 2. Extract/Parse useful info: Name of the product, price, link to the product. 3. Check for any new products (by comparing it with product list from the last time when script was run) 4. Print a list of new products with useful info Discovering new products is hard. New Product finder checks your favourite website for new products and displays them in the console so that you don't have to. Functionality in this first version is currently limited to finding Men's t-shirts on the H&M website.