文件名称:Lcrawl:一只优雅的正方教务系统爬虫
文件大小:14KB
文件格式:ZIP
更新时间:2024-03-31 10:02:15
系统开源
简介 使用PHP实现正方教务系统爬虫功能。 可能是正方教务系统最优雅的一只爬虫。 安装 使用composer进行安装: composer require lndj/lcrawl 要体验最新功能,可以执行: git clone https://github.com/lndj/Lcrawl.git cd Lcrawl composer install 注意:请先安装composer 例子 <?php // Require the composer autoload file require './vendor/autoload.php' ; $ stu_id = '201201148' ; //Notice: This is NOT test account!!! $ password = 'xxxxxxxx' ; $ user = [ 'stu_id' => $ stu_id , 'st
【文件预览】:
Lcrawl-master
----src()
--------Supports()
--------Traits()
--------Lcrawl.php(12KB)
----LICENSE(1KB)
----composer.lock(17KB)
----README.md(4KB)
----index.php(1KB)
----.gitignore(14B)
----composer.json(699B)