diff --git a/pi-zero-check.py b/pi-zero-check.py new file mode 100644 index 0000000..1b02d30 --- /dev/null +++ b/pi-zero-check.py @@ -0,0 +1,5 @@ +URL_TO_OUT_OF_STOCK_PHRASE = { + 'https://www.adafruit.com/products/2885': 'OUT OF STOCK', + 'https://thepihut.com/products/raspberry-pi-zero?variant=14062715972': 'Raspberry Pi Zero Only - Sold Out', + 'https://shop.pimoroni.com/products/raspberry-pi-zero': 'out-of-stock' +}