# watchdrc **Repository Path**: lb_icesea79/watchdrc ## Basic Information - **Project Name**: watchdrc - **Description**: 检查drc动态、新华网、人民网、中国政府网、中国经济网、光明网大头条,如果更新就发送邮件通知 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-19 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 主要技术栈 ~~~ npm install playwright playwright install ~~~ notificationconfig.json ~~~ { "notifications": [ { "type": "mail", "blat": "C:\\blat\\blat.exe", "to": "example@example.com", "pindex": "p0", "cc": "example@example.com", "from": "example@example.com" }, { "type": "message", "blat": "C:\\blat\\blat.exe", "to": "example@example.com", "pindex": "p0", "cc": "example@example.com", "from": "example@example.com" } ] } ~~~ 配置为windows任务计划 ~~~ rem schtasks /create /tn watchdrc /tr "c:\watchdrc\run_watch.bat" /sc minute /mo 5 ~~~