-
Notifications
You must be signed in to change notification settings - Fork 776
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
limits results to first page of google scholar #105
Comments
I have the same issue. I don't think this script makes multiple calls. It seems limited to one call and whatever Google will provide on the first page of results. |
has this problem resolved, or just a limitation and won't be fixed? |
I haven't found a solution. I ended up using zotero and then coded some scraping of the info I needed. |
Thanks chiaral |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have made the changes suggested in many of the latest issues to overcome some bugs, but all I get when I run it is the results from the first page.
I have 112 results that I want to extract.
python scholar.py -c 200 --phrase "N00014-12-1-0911" ->log
gives me just a handful (I set the count to 200 to try to include them all.
anyone had this issue and figured out how to get around it?
The text was updated successfully, but these errors were encountered: