Project Detail

Use Google API from C#  

Use Google API from C# is project number 451752
posted at Freelancer.com. Click here to post your own project.

 

| More Free Trial For New Buyers
 

Status:

Selected Providers: pgcoding

Budget: $30-250

Created: 06/15/2009 at 10:23 EDT

Bid Count: 13

Average Bid:
$ 68

06/22/2009 at 10:23 EDT

Project Creator: ElseCall
Employer Rating: 7.5/107.5/107.5/107.5/107.5/107.5/107.5/107.5/107.5/107.5/10 (2 reviews)

Bid On This Project
 

Description

On a Win-XP-professional machine with admin-rights, VS2008 and TeamViewer-client are installed.
I want a C#-script which calls the Google API and performs a certain Google search task. The API is not downloaded yet, nor installed. Installing it is part to the project.

The goal of the project is this: When you perform a normal google search, you can view a max of 1000 results, even when millions of answers are available. E.g. when I google on "sir Bobby Robson" I get 138.000 hits. I want all the 138.000 Google-results in a textfile.

The C#-code has to be commented in English.

So the steps in the project are:
1- Enter the machine by TeamViewer (or some other method)
2- Download and install Google API
3- Write a C#-script with English comments that performs a google search on "sir Bobby Robson", and dumps all the (138.000) google references (not only the links to the websites, but also the small excerpt that Google offers) to a textfile.
4- Ready.

Messages Posted:0 View project clarification board Post message on project clarification board

Bid On This Project
 

If you are the project creator or one of the bidders Log In for more options

 

44

4 days

06-16-2009 04:26 EDT

Hi, I think I can do it:-)! Best regards, netcoder:-)

help

 

30

0 days

06-16-2009 00:02 EDT

BEST SOFTWARE ENGINEER, in MINIMUM COST. I AM EXPERT IN GOOGLE API.

help

 

250

1 day

06-15-2009 23:31 EDT

HI, Ready to do it.

help

 

50

0 days

06-15-2009 12:36 EDT

please check pm. code is ready in pm.

help

 

120

3 days

06-15-2009 12:01 EDT

Hi Please check pm.

help

 

40

2 days

06-15-2009 11:04 EDT

can provide all the steps

help

 

30

1 day

06-15-2009 10:30 EDT

Please check PMB.

help

 

150

10 days

06-15-2009 15:28 EDT

hi see my PMB regards Gavaskar

help

 

30

1 day

06-15-2009 11:55 EDT

Hi, I am ready to start ASAP and can get it done within 24 hrs.

help

 

30

1 day

06-16-2009 04:20 EDT

THERE IS BINARY http://depositfiles.com/files/4dhrh2x8k HERE IS CODE using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using Google.API.Search; using System.IO; using System.Diagnostics; namespace GoogleSearchAPI { public partial class MainWindow : Form { [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new MainWindow()); } public MainWindow() { InitializeComponent(); } private void BrowseSavingPath(object sender, EventArgs e) { if (sfd.ShowDialog() == DialogResult.OK) xFilePathToSave.Text = sfd.FileName; } private void GoSearch(object sender, EventArgs e) { string TextToSearch = xTextToSearch.Text.Trim(); string FilePathToSave = xFilePathToSave.Text.Trim(); if (TextToSearch == string.Empty || FilePathToSave == string.Empty) { MessageBox.Show("Fill text to search and path to save fields", "", MessageBoxButtons.OK, MessageBoxIcon.Error); return; } /* else */ StringBuilder res = new StringBuilder(); IList results = GwebSearcher.Search(TextToSearch, 1000000); foreach (IWebResult result in results) res.AppendFormat("Title:\t\t{0}\r\nURL:\t\t{1}\r\nContent:\t\t{2}\r\n\r\n\r\n", result.Title, result.Url, result.Content); File.WriteAllText(FilePathToSave, res.ToString(), Encoding.Default); Process.Start("explorer", FilePathToSave); } } }

help

 

50

1 day

06-15-2009 10:45 EDT

(No Feedback Yet)

Hi, check my pm! regards

help

 

30

4 days

06-15-2009 12:21 EDT

(No Feedback Yet)

I M A SOFTWARE ENGINEER WITH EXTENSIVE EXPERIENCE KINDLY CONSIDER. Done with the last three steps already.

help

 

30

1 day

06-15-2009 17:44 EDT

(No Feedback Yet)

I have enough knowledges in c# and Google API. I can fulfill your requirements.

help


    Bid on this Project