pood
1
I’m going to build a google search tool (no it’s not for spam).
What’s the best library for working with Google?
I’m not building a website or anything, but would Rails work better for
extracting data and outputting to a text file or offline webpage?
pood
2
Feng T. wrote:
I’m going to build a google search tool (no it’s not for spam).
What’s the best library for working with Google?
I’m not building a website or anything, but would Rails work better for
extracting data and outputting to a text file or offline webpage?
http://raa.ruby-lang.org/project/ruby-google/
you could also look into
http://scrubyt.org/scrapin-google-in-no-sec/
you do not need rails for this at all - I think it would just make
things more complicated actually.
Cheers,
Peter
http://www.rubyrailways.com
http://scrubyt.org
pood
3
Hmm, since they deprecated the SOAP api, wouldn’t ruby-google be
useless? I can’t get a key anymore ;(