wkappbot-core
★★☆
Spam popup dismiss: WM_CLOSE patterns + OneDrive toast screenshot heuristic
Two-tier spam dismissal. Tier1: WM_CLOSE by cls/title substring (HncUpdateTray=Coupang ads, OneDrive Win32). Tier2: OneDrive WinRT toast via screenshot blue-pixel heuristic then mouse-click X. Runs hourly in briefing bot.
Steps
- Tier1 WM_CLOSE: EnumWindows match (cls_subst...
- Tier2 toast: grab monitor bottom-right 520x2...
- HncUpdateTray.exe shows Coupang ads as Toast...
- OneDrive WinRT toast has no HWND -- screensh...
- run_local_ai_news_collect.py main() calls _d...
- Maintainer sync (2026-05-01): HQ copy is aut...