# CommentsMonitor **Repository Path**: tju_haibo/comments-monitor ## Basic Information - **Project Name**: CommentsMonitor - **Description**: 天津大学学位论文校盲评阅意见监控脚本。 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 天津大学学位论文送审平台反馈评阅意见统计表监控脚本 用于监控天津大学论文送审平台反馈评阅意见脚本。 ### 依赖库 ```shell pip install BeautifulSoup4 ``` 如果是windows 10平台,需要额外依赖库: ```shell pip install win10toast ``` 如果是Linux平台,需要额外依赖库: ```shell pip install pynotify ``` ### 执行方法 ```shell usage: comments_monitor.py [-h] --stdno STDNO [STDNO ...] [--hour HOUR] [--minute MINUTE] [--second SECOND] 天津大学学位论文评阅意见监控脚本。 optional arguments: -h, --help show this help message and exit --stdno STDNO [STDNO ...] 要查询的学号。 --hour HOUR 间隔时长,单位小时。 --minute MINUTE 间隔时长,单位分钟。 --second SECOND 间隔时长,单位秒。 ```