# websitemonitor **Repository Path**: liuyangfa/websitemonitor ## Basic Information - **Project Name**: websitemonitor - **Description**: 通过第三方网站来监测某一个网站的首页的访问时间 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # datamonitor ### 该项目主要是为了检测指定的网站在全球不同地区的访问时间(解析时间、连接时间、下载时间) #### 环境: * version: python2.7 * virtualenv #### 步骤: 1. git clone https://gitee.com/liuyangfa/websitemonitor.git 2. pip install virtualenv 3. virtualenv -p python_path(python2.7) env27 4. 使第3步的env27虚拟环境生效 5. cd websitemonitor && pip install -r requirements.txt 6. python main.py