Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 229 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 229 Bytes

price_notifier

A price notifier where I scrape a website for the price of an item (using requests and BeautifulSoup), and then if the price has change, the app automatically sends an email once a day (using time, and smtplib).