Can Python do this? First steps, links to resources or complete software referals appreciated.

William Ray Wing wrw at mac.com
Thu May 22 08:51:36 EDT 2014


On May 22, 2014, at 6:03 AM, ed.cottam at gmail.com wrote:

> Hi, I'm an academic and I want to find/adapt/create a script that will grab abstracts (150-250 words of text) from Google Scholar search results and sort them by relevance (e.g. keywords, keyword combinations, anything other way you can think of). 
> 
> Any of you guys know of a script that does this already? Preferably open source? If not, any resources you could bring to my attention? I' a complete Newb!
> 
> Thanks for your help. 
> 
> Ed
> -- 
> https://mail.python.org/mailman/listinfo/python-list

Well, you might take a look at scholar.py, located here:  http://www.icir.org/christian/scholar.html

Also, there is this at stackoverflow:  http://stackoverflow.com/questions/13200709/extract-google-scholar-results-using-python-or-r

One of these may provide what you want, or serve as a jumping off point.

-Bill



More information about the Python-list mailing list