Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 418 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 418 Bytes

Lowest-Price-Finder

This application uses python, selenium, pandas and yagmail.

The script looks for new prices and, if the newer price is cheaper than the previous one, the dataframe is updated with the new and cheaper price and where it was found.

After looking and comparing all the prices, the dataframe is exported to a new .xlsx file.

Finally, an e-mail with the updated spreadsheet is sent to the user.