eh it works
All checks were successful
Docker Image / build (push) Successful in 1m7s

This commit is contained in:
LockeShor
2026-03-02 17:20:09 -05:00
parent abf7d58157
commit 512a54487d
2 changed files with 203 additions and 30 deletions

View File

@@ -19,6 +19,10 @@ On changes, it sends Telegram messages with:
- removed apps (`-`)
- updated apps (`~`) and field-level diffs
It also listens for Telegram commands from the configured chat:
- `/random` returns one random app using the same detailed format, including screenshots when available
## Environment variables
- `TELEGRAM_BOT_TOKEN` (required for notifications)
@@ -29,6 +33,7 @@ On changes, it sends Telegram messages with:
- `REQUEST_TIMEOUT_SECONDS` (default: `30`)
- `LOG_LEVEL` (default: `INFO`)
- `MAX_SCREENSHOTS_PER_APP` (default: `3`)
- `TELEGRAM_POLL_SECONDS` (default: `10`)
## Build