Recent content by example now

  1. E

    Python script to notify you the minute the Nexus 4 page goes on sale

    Just added this to my crontab :) MAILTO=you@youremail.com */20 * * * * curl -s 'https://play.google.com/store/devices/details?id=nexus_4_16gb' | grep 'Sold out' > /dev/null || echo "NEXUS ON SALE!"