Re: get google scholar using python

2012-10-01 Thread Jerry Hill
On Mon, Oct 1, 2012 at 1:28 PM, রুদ্র ব্যাণার্জী wrote: > So, If I manage to use the User-Agent as shown by you, will I still > violating the google EULA? Very likely, yes. The overall Google Terms of Services (http://www.google.com/intl/en/policies/terms/) say "Don’t misuse our Services. For ex

Re: get google scholar using python

2012-10-01 Thread রুদ্র ব্যাণার্জী
I know one more python app that do the same thing http://www.icir.org/christian/downloads/scholar.py and few other app(Mendeley desktop) for which I found an explanation: (from http://academia.stackexchange.com/questions/2567/api-eula-and-scraping-for-google-scholar ) that: "I know how Mendley us

Re: get google scholar using python

2012-10-01 Thread Grant Edwards
On 2012-10-01, Nick Cash wrote: >> urllib2.urlopen('http://scholar.google.co.uk/scholar?q=albert >>... >> urllib2.HTTPError: HTTP Error 403: Forbidden >> >> Will you kindly explain me the way to get rid of this? > > Looks like Google blocks non-browser user agents from retrieving this > query. Yo

RE: get google scholar using python

2012-10-01 Thread Nick Cash
> urllib2.urlopen('http://scholar.google.co.uk/scholar?q=albert >... > urllib2.HTTPError: HTTP Error 403: Forbidden > >>> > > Will you kindly explain me the way to get rid of this? Looks like Google blocks non-browser user agents from retrieving this query. You *could* work around it by setting

get google scholar using python

2012-10-01 Thread রুদ্র ব্যাণার্জী
If I am trying to access a google scholar search result using python, I get the following error(403): $ python Python 2.7.3 (default, Jul 24 2012, 10:05:38) [GCC 4.7.0 20120507 (Red Hat 4.7.0-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from HTMLParser i