A stealthy, serverless Python background service configured on macOS via launchd.
It periodically monitors target resale URLs using Playwright and Playwright-Stealth, applies custom filtering rules for pricing and keywords, and dispatches real-time alerts alongside periodic health check summaries straight to Telegram.
Employs Playwright with Playwright-Stealth to headless-browse dynamic client-side pages and bypass automated bot detection checks seamlessly.
Parses DOM elements with configurable CSS selectors, verifying titles and enforcing strict price boundaries before triggering alerts.
Sends immediate push notifications to a Telegram chat complete with ticket descriptions, exact pricing, and direct target links.
Tracks execution state locally in state.json (auto-pruned) and dispatches a periodic summary report to confirm operational liveness.
Runs zero-overhead background polling via macOS native launchd daemon with automatic recovery upon system restarts.