A simple bash script that loads a website and pushes a message with Telepush when it detects that the specific string isn't present on the website. (for example, to see if a product isn't sold out anymore)
- Read the Telepush README on how to get a token.
- Replace the variables in
website-watcher.sh
with the website and string you want to match and paste your Telepush token. - Run
website-watcher.sh
- (Optional) add the script to your crontab in order to check periodically