We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › google image search once more
Page Index Toggle Pages: 1
google image search once more (Read 1279 times)
google image search once more
Jan 6th, 2009, 6:41pm
 
Hi there. As "Uname" posted a long time ago I am also trying to get a processing sketch to get images from google image. From what I could find out is that the only easy way provided right now is using the google API tool, but this seems to expect a licence key which are seemingly not provided anymore. Anybody a solution for the key problem, or another way to do this using existing processing libraries? Would be really helpfull. Anne-Jan
Re: google image search once more
Reply #1 - Jan 8th, 2009, 9:15pm
 
I would also find this to be helpful ...
cheers to anyone with info
Re: google image search once more
Reply #2 - Jan 20th, 2009, 2:08am
 
I looked into Google scraping a while ago for my PhyloWidget software. It's not too hard to do, although I'm pretty certain it voids their terms of service.

Keeping that warning in mind, you may or may not find some useful code in the following directory, inside the ImageSearcher class:

http://code.google.com/p/phylowidget/source/browse/#svn/trunk/PhyloWidget/src/org/phylowidget/render/images

It's not very modular, so it's probably best used as a reference for creating your own implementation.

Cheers,
 Greg
Re: google image search once more
Reply #3 - Jan 21st, 2009, 11:58am
 
thanx. i will look into it. anne-jan
Page Index Toggle Pages: 1