Digitec Price Watcher
A simple Price Watcher, that updates you via ntfy, if new Prices are released or everytime the script is executed.
This script just "curls" the digitec website and sends you the prices over ntfy I recommend running this script every day, in the morning, to get the price of the day
This scripts also "curls" the digitec website, but saves the price in a backup.yaml
file. Only when the price is different, you will get a message with the changed prices.
I recommend running this script every hour, to check for new prices
- Place your desired script, on a linux machine
- Replace the
<your-topic-name>
with your ntfy topic name in the script - Create a
links.txt
file with the digitec links, each on one line - Create a cronjob to run the script when you want (help)
- Recommondation for v1:
1 8 * * * <path-to-script>
- Recommondation for v2:
1 * * * * <path-to-script>
- Recommondation for v1: