A Python automation script that scrapes product pages and emails a structured availability report so users don't need to manually check stock.
Supply Status Checker is a Python automation script designed to monitor product availability on online stores without manually refreshing pages.
Instead of manually refreshing the page, this script automates the process by periodically checking product pages and reporting their availability.
The script accesses each product URL, extracts availability information, and builds a clean HTML table summarizing the results.
Once the check is completed, the system automatically sends the table via email, allowing users to quickly see which products are available and when the check was performed.
If checking a website repeatedly becomes a task, automate the check.