Is there a library that’ll allow me to use different internet proxies
for my ruby program?
I’m extracting some info off of google, if you grab query too many
times, it blocks me for a hour or so.
Is there a library that’ll allow me to use different internet proxies
for my ruby program?
I’m extracting some info off of google, if you grab query too many
times, it blocks me for a hour or so.
Feng T. wrote:
Is there a library that’ll allow me to use different internet proxies
for my ruby program?
Net::HTTP has proxy settings available.
http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html#M001133
I’m extracting some info off of google, if you grab query too many
times, it blocks me for a hour or so.
There’s a reason for that. You might want to slow your queries down.
On Nov 28, 2007 3:24 PM, Alex Y. [email protected] wrote:
Feng T. wrote:
Is there a library that’ll allow me to use different internet proxies
for my ruby program?
Net::HTTP has proxy settings available.
http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html#M001133I’m extracting some info off of google, if you grab query too many
times, it blocks me for a hour or so.
There’s a reason for that. You might want to slow your queries down.
How about this:
http://redhanded.hobix.com/inspect/mousehole11InPlainView.html
–
Let them talk of their oriental summer climes of everlasting
conservatories; give me the privilege of making my own summer with my
own coals.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs