Last active
          December 11, 2019 23:29 
        
      - 
      
 - 
        
Save MattHealy/d54e40db0bd4e2fe514b65049278aa2a to your computer and use it in GitHub Desktop.  
    Watch an amazon product price
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | watch -n 60 "curl -s \ | |
| --url 'https://www.amazon.com.au/Thermos-THERMOcafe-Vacuum-Insulated-BOL750R6AUS/dp/B07DHGBNM9' \ | |
| --compressed | grep 'priceblock_ourprice' | grep 'priceBlockBuyingPriceString' >> /tmp/amazon.log" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment