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

Added ability to get more than 1 page data #135

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
024df5b
added offset & query. changed way of url making.
amirz7676 Sep 4, 2022
c255020
fixed scpoe_title bug. and another bug.
amirz7676 Sep 4, 2022
83897a4
deleted print() in code.
amirz7676 Sep 4, 2022
35e90bb
added some comments
amirz7676 Sep 5, 2022
dbe884e
added __len__, __iadd__ to ScholarQuerier, and added max-results
amirz7676 Sep 5, 2022
fb8b5af
added support of getting more than 10 results.
amirz7676 Sep 5, 2022
66a6659
deleted "testing prints()", write better help for query
amirz7676 Sep 5, 2022
9812047
fixed getting num_results in other than first pages
amirz7676 Sep 5, 2022
3e8a2a3
break cycle if we got banned by google
amirz7676 Sep 5, 2022
2cf81d1
comment printing remaining articles to get
amirz7676 Sep 5, 2022
e522d0d
initial commit. added .gitignore
amirz7676 Sep 6, 2022
897a552
fixed citation problem. by changing citation from bytes to str.
amirz7676 Sep 7, 2022
34927e7
fixed apply setting method and citation bug
amirz7676 Sep 7, 2022
c9110fb
added bibTex parser
amirz7676 Sep 7, 2022
99d307c
updatet .gitignore file
amirz7676 Sep 10, 2022
37d9cc1
updated the way of applying delay in requests
amirz7676 Sep 10, 2022
0f66393
fixed bug of delay method
amirz7676 Sep 10, 2022
a419599
added no-delay option.
amirz7676 Sep 10, 2022
b2d1e6f
don't apply delay for first request.
amirz7676 Sep 10, 2022
9824b6b
added full-info option. fixed bibTex parsers bug.
amirz7676 Sep 10, 2022
60f9e4c
changed delay input option. deleted some useless lines. changed robot…
amirz7676 Sep 10, 2022
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.txt
*.html
*.out
Loading