Releases: gdmoney/product-availability-checker
Releases · gdmoney/product-availability-checker
2.2
Added source - AWS, GCP, GH - to the email subject line to make received emails easier to differentiate.
2.0
Added rudimentary exception handling.
1.6
Minor code cleanup and renamed the attachment file from titan.txt
to inventory.txt
.
1.5
Changed the product_name_box
variable attribute from: h1 product-name text-uppercase d-none d-sm-block
to: h1 product-name text-uppercase d-none d-sm-block large-devices
in response to website change.
1.3
Updated the main.py
code by changing a span
attribute to an h1
attribute in response to the website change.
1.2
For AWS: updated requests==2.26.0
and urllib3==1.26.6
Python libraries
1.1
For GCP: updated requests==2.26.0
and urllib3==1.26.6
Python libraries and the corresponding requirements.txt
file.