# Lcrawl **Repository Path**: jbgl/Lcrawl ## Basic Information - **Project Name**: Lcrawl - **Description**: 使用PHP+MySQL实现正方教务系统爬虫功能。 目前已经实现通过模拟登陆来获取成绩、课表、选课、考试、等级考试、补考、成绩统计等数据的爬取并过滤存储。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://lcrawl.lzjtuhand.com - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 15 - **Created**: 2015-04-23 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #框架简介: 使用PHP+MySQL实现正方教务系统爬虫功能。 目前已经实现通过模拟登陆来获取成绩、课表、选课、考试、等级考试、补考、成绩统计等数据的爬取并过滤存储。 使用简单!注释完整!!! #使用方法:
getGrade($jwid,$jwpwd);
$Lcrawl->getExam($jwid,$jwpwd);
$Lcrawl->getChooseCourses($jwid,$jwpwd);
$Lcrawl->getGradeExam($jwid,$jwpwd);
$Lcrawl->getMakeupExam($jwid,$jwpwd);
$Lcrawl->getSchedule($jwid,$jwpwd);
$Lcrawl->getGradeCount($jwid,$jwpwd);