This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

google search module

Old posts that have not been replied to for several years.
Locked
r
redgore

Post by redgore »

Is there a module for querying google and printing the first result? I have seen it being done by Cookie in the mandrake channels on openproject
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There are Tcl scripts available for this task. Hunt through the Tcl script section of egghelp.org

Some people call Tcl script's modules.
Computer Science. A portion of a program that carries out a specific function and may be used alone or combined with other modules of the same program.
In the case of eggdrop, we call C components that are not required at run-time modules. Yet in the dictionary definition above, it clearly states, that a Tcl script could be called a module.

Handy info to know.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

actually they're sub-modules, as they dependant on a module to run them (well, not that tcl support is actually a module in 1.6, but the theory is sound). Thus they're probably best called script modules :razz:
r
redgore

Post by redgore »

hmm Found a google tcl script. Im starting to write my own scripts aswell as downloading some
Locked