Get all publications by an author from Google Scholar using scholar.py

自古美人都是妖i 提交于 2019-12-23 21:53:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!