Giter Club home page Giter Club logo

865826021 / zcrawler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yuan1994/zcrawler

0.0 2.0 0.0 34 KB

ZCrawler 是一个优雅、高效、功能强大的【正方教务】爬虫程序,支持成绩查询、考试查询、课表查询、四六级成绩查询、四六级报名、选课查询、修改密码、获取用户菜单等功能,并且能将数据解析成易读格式,是一个强大的【正方教务】爬虫的 PHP 类库。

License: Apache License 2.0

PHP 100.00%

zcrawler's Introduction

ZCrawler

ZCrawler 是一个优雅、高效、功能强大的【正方教务】爬虫程序,支持成绩查询、考试查询、课表查询、四六级成绩查询、四六级报名、选课查询、修改密码、获取用户菜单等功能,并且能将数据解析成易读格式,是一个强大的【正方教务】爬虫的 PHP 类库。

Feature

  • 代码遵守 psr 规范,优雅整洁
  • 专注于业务,不用考虑登录问题,自动缓存 cookie, 按需自动刷新 cookie
  • 直接绕过验证码登录教务网帐号
  • 如果免验证码登录入口关闭,可以抓取验证码然后使用验证码识别 + 手工填写验证码方式登录
  • 支持网络代理,学校 VPN 也墙不了在校外的服务器
  • 支持除选课、学生个人信息抓取之外的大部分功能,功能齐全

Requirement

  • PHP >= 5.5.9
  • cUrl 扩展
  • fileinfo 拓展(教务通知自动生成附件名需要)

Installation

composer require yuan1994/z-crawler

Usage

use ZCrawler\Foundation\ZCrawler;

$config = include '/path/to/config.php';

// 实例化
$zCrawler = new ZCrawler($username, $password, $config);

// 查成绩
$grade = $zCrawler->grade;
// 历年成绩
$grade->history();
// 成绩统计
$grade->state();
// 培养计划
$grade->trainingPlan();

// 四六级
$cet = $zCrawler->cet;
// 四六级成绩
$cet->grade();
// 四六级报名
$cet->page();
$cet->submit();
$cet->delete();

// 查询课表
$schedule = $zCrawler->schedule;
// 当前学期课表
$schedule->current();
// 2015-2016学年第2学期课表
$schedule->getByTerm('2016-2017', 2);

更多使用方法请参考 基本使用

Documentation

ZCrawler-doc: http://zcrawler.yuan1994.com/

Contribution

请参考文档中的 贡献

License

Apache 2.0

zcrawler's People

Contributors

yuan1994 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.