Skip to content

tiimonn/buyzero

Repository files navigation

Buyzero Tracker



Features

Usage

Environment variables

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


run using docker

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

run local

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