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
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
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
> 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