https://github.com/nemeslaszlo/product_pricetracking
Simple script to check a product price, if the price went down to our border price send a mail about it and you can check it. (Beautiful Soup usage and practise)
https://github.com/nemeslaszlo/product_pricetracking
beautifulsoup mail product-price product-pricetracking requests smtplib
Last synced: 8 months ago
JSON representation
Simple script to check a product price, if the price went down to our border price send a mail about it and you can check it. (Beautiful Soup usage and practise)
- Host: GitHub
- URL: https://github.com/nemeslaszlo/product_pricetracking
- Owner: NemesLaszlo
- Created: 2019-11-03T19:18:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T19:20:06.000Z (about 6 years ago)
- Last Synced: 2025-01-29T08:44:12.542Z (10 months ago)
- Topics: beautifulsoup, mail, product-price, product-pricetracking, requests, smtplib
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product_PriceTracking
Simple script to check a product price, if the price went down to our border price send a mail about it and you can check it. (Beautiful Soup usage and practise)