Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the readme #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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