Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

可能是正方教务系统最优雅的一只爬虫。

#项目地址:

http://lcrawl.lzjtuhand.com
# 项目地址:

http://www.luoning.me/lcrawl.html

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"guzzlehttp/guzzle": "~6.0",
"symfony/dom-crawler": "^3.0",
"symfony/css-selector": "^3.0",
"doctrine/cache": "^1.6"
"doctrine/cache": "^1.6",
"monolog/monolog": "1.21.0"
},
"autoload": {
"psr-4": {
Expand Down
142 changes: 130 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

$client = new Lcrawl('http://xuanke.lzjtu.edu.cn/', $user, false);

$client->login();

$all = $client->setUa('Lcrawl Spider V2.0.2')->getGrade();
//setTimeOut()
Expand Down
Loading