# myTest **Repository Path**: albert_chen/myTest ## Basic Information - **Project Name**: myTest - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #myTest 本项目主要用来监测网站加载是否正常,网站的三要素是否和记录中相匹配 ## web_data.py 内部含有一个BaseData 的类,如果要添加网站,请写成字典形式加入到列表中 ## webCheck.py 内涵WebCheck的类,此类中含有四个函数 ## sendMail.py 发送邮件的代码,没有啥优化的地方 ##安装 pip install -r requirements.txt ## 运行 切换到项目目录的父目录,运行命令 ``` $ celery -A MyTest worker --loglevel info --beat ```