Giter Club home page Giter Club logo

yuan1994 / zcrawler Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 7.0 34 KB

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

License: Apache License 2.0

PHP 100.00%

zcrawler's People

Contributors

yuan1994 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

zcrawler's Issues

Login.php,getCaptcha($path)函数中,为何是判断statusCode=200的时候报错呢?

public function getCaptcha($path)
{
    $url = Config::get('url.login_captcha');
    $cookie = new CookieJar();
    $codePath = $path . sha1($this->getUsername() . '-' . microtime(true)) . '.gif';
    $options = ['cookies' => $cookie, 'save_to' => $codePath];
    $response = $this->request('get', [$url, [], $options]);
    // Check the StatusCode 
    if ($response->getStatusCode() == 200) {
        throw new HttpException('get the captcha failed!', 10005);
    }
    return $codePath;
}

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.