There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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).