On 8/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've just finished a tutorial about a simple google front end in > Django. > read it on the wiki: http://code.djangoproject.com/wiki/searchengine
Hi. Interesting stuff. I've done a bit of Google hacking myself and I'd caution against screen scraping for Google results. Google can (and does -- Eric Moritz, I'm looking at you. :-) blacklist IP addresses for screen scraping. There is a JavaScript API for Google search and a Google SOAP api, which could all work for you, available from code.google.com. I've got a Python library wrapper around the SOAP api, written in Python and released GPL. It's at http://www.devurandom.org/googledevel/gcli/. There are others as well. Mark Pilgrim has one, too, I believe. Google for "google search api python" for more options, but the JavaScript API is very nice, too, if you don't mind a client-side implementation. Cheers, deryck -- Deryck Hodge http://www.devurandom.org/ Web Developer, Naples News http://www.naplesnews.com/ Samba Team http://www.samba.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---