Make a Price Drop Notifier in Python
In this guide, I will show you how to use the BeautifulSoup library to make a simple program that notifies you when a product on an online site drops in price. This library runs in the background, scraping static online e-commerce sites of your choice and notifying you when a…