This commit is contained in:
Tour
2025-12-03 17:17:49 +01:00
parent febd08821a
commit 8fff75dcf2
22 changed files with 4666 additions and 40 deletions

20
check-status.bat Normal file
View File

@@ -0,0 +1,20 @@
@echo off
REM ============================================================================
REM Troostwijk Auction Monitor - Status Check (Windows)
REM ============================================================================
REM
REM This script shows the current status and exits.
REM
REM Usage:
REM check-status.bat
REM
REM ============================================================================
REM Set configuration
set DATABASE_FILE=C:\mnt\okcomputer\output\cache.db
set NOTIFICATION_CONFIG=desktop
REM Check status
java -jar target\troostwijk-scraper-1.0-SNAPSHOT-jar-with-dependencies.jar status
pause