Sunday, October 24, 2010

C# google image search

Need not much of an explanation I guess.
The title has it all....
....a C# API for searching images from google.
Works on Regex for matching the image URL from the HTML returned for the image tag search.This might stop working anytime google changes the formatting.
Even the current regex is not returning all the images from a page.Working on that though..would be fixed in the next release*.
I started this to try the AsynEnumerator from PowerThreading Library by Wintellect.
I guess i've not understood it fully and there is an overuse of it in this version..that too would be looked into the next release*.


Download VS2010 source code (rename to .rar)
Download VS2008 source code (rename to .rar)

*Conditions Apply: might be there :)