(question) How to use python get access to google search without query quota limit

2014-05-06 Thread shrikant aher
hey,
will u please send me the code that you write. actually i'm trying to learn
use of google search api but i'm not getting so please mail me the code.
my mail id is shrikan...@gmail.com

-- 
Shrikant
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2014-05-06 Thread alister
On Tue, 06 May 2014 19:37:14 +0530, shrikant aher wrote:

 hey,
 will u please send me the code that you write. actually i'm trying to
 learn use of google search api but i'm not getting so please mail me the
 code. my mail id is shrikan...@gmail.com

it does not work like that here

you show us the code you are trying along with the errors you are getting 
 we may help you correct it.



-- 
Thus spake the master programmer:
After three days without programming, life becomes meaningless.
-- Geoffrey James, The Tao of Programming
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2014-05-06 Thread Mark Lawrence

On 06/05/2014 15:07, shrikant aher wrote:

hey,
will u please send me the code that you write. actually i'm trying to
learn use of google search api but i'm not getting so please mail me the
code.
my mail id is shrikan...@gmail.com mailto:shrikan...@gmail.com

--
Shrikant




Sure but it's USD 1,000 cash or cheque made payable to the Python 
Software Foundation, backed up by bankers card.


--
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.


Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


--
https://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2014-05-06 Thread Mark H Harris

On 5/6/14 2:27 PM, Mark Lawrence wrote:

will u please send me the code that you write. actually i'm trying to
learn use of google search api but i'm not getting so please mail me the
code.



Sure but it's USD 1,000 cash or cheque made payable to the Python
Software Foundation, backed up by bankers card.


 QOTW
--
https://mail.python.org/mailman/listinfo/python-list


(question) How to use python get access to google search without query quota limit

2006-05-05 Thread Per
I am doing a Natural Language processing project for academic use,

I think google's rich retrieval information and query-segment might be
of help, I downloaded google api, but there is query limit(1000/day),
How can I write python code to simulate the browser-like-activity to
submit more than 10k queries in one day?

applying for more than 10 licence keys and changing them if
query-quota-exception raised is not a neat idea...

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2006-05-05 Thread Heiko Wundram
Am Freitag 05 Mai 2006 13:37 schrieb Per:
 I think google's rich retrieval information and query-segment might be
 of help, I downloaded google api, but there is query limit(1000/day),
 How can I write python code to simulate the browser-like-activity to
 submit more than 10k queries in one day?

How about asking them for a license which doesn't have this restriction 
before taking the trouble to work around a limit they don't impose for 
nothing? Anything else might be considered text-/email-grabbing, and can get 
you into serious trouble...

--- Heiko.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2006-05-05 Thread Duncan Booth
Heiko Wundram wrote:

 Am Freitag 05 Mai 2006 13:37 schrieb Per:
 I think google's rich retrieval information and query-segment might
 be of help, I downloaded google api, but there is query
 limit(1000/day), How can I write python code to simulate the
 browser-like-activity to submit more than 10k queries in one day?
 
 How about asking them for a license which doesn't have this
 restriction before taking the trouble to work around a limit they
 don't impose for nothing? Anything else might be considered
 text-/email-grabbing, and can get you into serious trouble...
 
Google's FAQ says they don't currently offer licenses for more than 100 
searches per day. The OP should accept this and try living within these 
limits.

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2006-05-05 Thread Per
Yeah, Thanks Am,

I can be considered as an advanced google user, presumably.. But I am
not a advanced programmer yet.

If everyone can generate unlimited number of queries, soon the
user-query-data, which I believe is google's most advantage, will be in
chaos. Can they simply ignore some queries from a certain licence key
or.. so that they can keep their user-query-statistics normal and yet
provide cranky queriers reseanable response?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: (question) How to use python get access to google search without query quota limit

2006-05-05 Thread Stephen Prinster
Per wrote:
 I am doing a Natural Language processing project for academic use,
 
 I think google's rich retrieval information and query-segment might be
 of help, I downloaded google api, but there is query limit(1000/day),
 How can I write python code to simulate the browser-like-activity to
 submit more than 10k queries in one day?

Would Yahoo's API work for you?  IIRC, it allows 5000 queries per day
and up to 100 results per query.  It also includes some easy-to-use
Python examples.

Or, if you are willing to pay for it, you can get as many queries as you
want from Alexa.

HTH,
Steve P.
-- 
http://mail.python.org/mailman/listinfo/python-list