Re: [google-appengine] I would like to implement very simple web search app.

2014-09-22 Thread Vinny P
On Thu, Sep 18, 2014 at 6:31 PM, JLm scu...@gmail.com wrote: I am new to web development and I am working on my unfinished hackathon idea. I would like to build an app that has simple text edit as input for keyword and shows the first few pages of google search result for the keyword but I

[google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread JLm
Hi, I am new to web development and I am working on my unfinished hackathon idea. I would like to build an app that has simple text edit as input for keyword and shows the first few pages of google search result for the keyword but I would like to change to order of the result using my own

Re: [google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread Barry Hunter
You would probably best implementing a client using the Custom Search API https://developers.google.com/custom-search/ basically your app retrieves tehe results via the API, and then outputs them. On 19 September 2014 00:31, JLm scu...@gmail.com wrote: Hi, I am new to web development and I

Re: [google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread Anthony Shapley
Think you will struggle doing this, as scraping Google's results violates Webmaster Guidelines: https://support.google.com/webmasters/answer/66357?hl=en, somewhere in the App Engines terms of service (which I'm less familiar with) there is a bit about breaking other Google Terms of Service I