问题
I am trying to get all the publications by an author using scholar.py
https://github.com/ckreibich/scholar.py
But whenever I run the script, I only get a fraction of the publications associated with the author in my results.
So running:
./scholar.py --author "albert einstein"
Will only retrieve a subset of Einstein's 1000+ publications associated with him in Google Scholar. How can I get all of the publications for an author?
来源:https://stackoverflow.com/questions/39257172/get-all-publications-by-an-author-from-google-scholar-using-scholar-py