google.public.web-apis
http://groups.google.com/group/google.public.web-apis
google.public.web-apis googlegroups.com
Today's topics:
* No results.. - 1 messages, 1 author
http://groups.google.c
om/group/google.public.web-apis/browse_thread/thread/8989786
8b4d2641
* Google Maps API - out-dated Maps - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/f52b79
a40cfb4eb8
* Strange error - Exception from service object: For input
string: "3630000000
" - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/a2f6b5
edd476a25a
* Spellcheck Problem - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/cfcf77
c0a064228b
* Placing googleapi.jar in a web application - 1 messages, 1
author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/4038cd
9ad78b8a7d
* Invalid api key code. - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/5a7d00
c805d95de0
============================================================
==================
TOPIC: No results..
http://groups.google.c
om/group/google.public.web-apis/browse_thread/thread/8989786
8b4d2641
============================================================
==================
== 1 of 1 ==
Date: Tues, Apr 18 2006 3:15 am
From: "Nick"
Hello,
i make a bot tool to search on google but he give no
results.. The
results are empty.
Who can help me.
the code:
------------------------------------------------------------
---------------------------------------
use SOAP::Lite;
sub google
{
my ($bot, $self, $user, $msg) = _;
$self->-> = "google";
my $googlekey = 'MY GOOGLE KEY';
my $reply;
if ($msg eq '')
{
$self->-> = "search";
$reply = "Please type in what you would like to
search for. Remember,
you can stop at any time by saying 'stop'.";
}
elsif ($msg eq 'stop')
{
$self->-> = '';
delete $self->->;
$reply = "You have stopped searching Google.";
}
elsif ($self->-> eq
"search")
{
my $search = SOAP::Lite->service("
http://api.go
ogle.com/GoogleSearch.wsdl")->doGoogleSearch($g
ooglekey,$msg,0,5,1,'','','UTF-8','UTF-8');
$reply = "Google Search Results:\n\n";
my $number = 0;
foreach my $result ( {$search->})
{
$number++;
$reply .= $number . ": " .
$result-> . "\nURL: " .
$result->;
}
$reply =~ s/\<b\>//ig;
$reply =~ s/\<\/b\>//ig;
}
else
{
$reply = "Incorrect Usage";
}
return $reply;
}
------------------------------------------------------------
-------------------------------------------------------
============================================================
==================
TOPIC: Google Maps API - out-dated Maps
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/f52b79
a40cfb4eb8
============================================================
==================
== 1 of 1 ==
Date: Tues, Apr 18 2006 8:30 am
From: cdaily gmail.com
Craig,
There's a specific newsgroup for the Google Maps API:
http://groups.google.com/group/Google-Maps-API?lnk=gschg
Your question may get more feedback in that forum.
============================================================
==================
TOPIC: Strange error - Exception from service object: For
input string: "
3630000000"
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/a2f6b5
edd476a25a
============================================================
==================
== 1 of 1 ==
Date: Tues, Apr 18 2006 4:13 pm
From: slishnevsky gmail.com
Got same error :(
============================================================
==================
TOPIC: Spellcheck Problem
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/cfcf77
c0a064228b
============================================================
==================
== 1 of 1 ==
Date: Tues, Apr 18 2006 8:22 pm
From: "Srikanth"
Hi,
We need to check the spelling of a word which is actually a
Domain
name. For example we have to check the word "
onlinetradeing ". When
checked with the spell checkers we are getting the words
which are
unrelated such as on, obliterating, incinerating, intruding
etc. But
exactly what we want was " online trading ".
So we would like to have the word to be split into phrases
and check
the spelling too. The normal spell checkers are just
checking the words
in the dictionary but not splitting the word into phrases.
I observed that in the Google Spellcheck its suggesting like
this.
Anyone will know the idea behind the code used for
this?????. I
searched lot of sites and forums for this purpose but no one
gave
reasonable idea....I suppose you people may solve my big
problem......
Regards
L.Srikanth.
============================================================
==================
TOPIC: Placing googleapi.jar in a web application
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/4038cd
9ad78b8a7d
============================================================
==================
== 1 of 1 ==
Date: Tues, Apr 18 2006 8:23 pm
From: "smita"
Thanks for the reply.
using WSDL, I dont need to place the googleapi.jar in the
application's
classpath??
Thanks and Regards,
Smita
Pedro Gonēalves wrote:
> Hi,
> You can get the WSDL and generate the class, instead of
using
> googleapi.
>
> Pedro
============================================================
==================
TOPIC: Invalid api key code.
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/5a7d00
c805d95de0
============================================================
==================
== 1 of 1 ==
Date: Tues, Apr 18 2006 9:11 pm
From: askabhi gmail.com
hi Lorraine
I hv made a tool ..seems to be working well and it has some
added
features on top of google search.
if you wish you can check it out on http://www.adminta
sks.com/gabhile/
Let me know and i can even help you out with the coding
bit. (things
like what kind of features are you looking for etc )
rgds
Abhijit
============================================================
==================
You received this message because you are subscribed to the
Google Groups "google.public.web-apis"
group.
To post to this group, send email to
google.public.web-apis googlegroups.com
or visit http://groups.google.com/group/google.public.web-apis
To unsubscribe from this group, send email to
google.public.web-apis-unsubscribe googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/google.public.web-
apis/subscribe
To report abuse, send email explaining the problem to
abuse googlegroups.com
============================================================
==================
Google Groups: http://groups.google.com
|