- track availability of Products on https://buyzero.de/
- Docker Hub Link
TOKEN
get a Token at : https://notify.events/en/source/nodejs
URL
use a product url from buyzero.de (https://buyzero.de/products/raspberry-pi-4-model-b-8gb)
DELAY_IN_SECONDS
set a delay in seconds between requests
docker run -dit -e URL="https://buyzero.de/products/raspberry-pi-4-model-b-8gb" -e TOKEN=<your_token_here> -e DELAY_IN_SECONDS=300 --name pi4-8gb tmnn/buyzero:alpha
git clone https://github.com/tiimonn/buyzero.git && cd buyzero/
echo -e 'TOKEN=your_token\nURL="your_product_url"\nDELAY_IN_SECONDS=' >> .env
npm install
npm run start