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.

Cricket World Cup

Old posts that have not been replied to for several years.
Locked
F
FreakyComputer
Voice
Posts: 22
Joined: Fri May 10, 2002 8:00 pm
Location: South Africa

Cricket World Cup

Post by FreakyComputer »

Hello :D

As some people might know, the Cricket world cup starts 8 February. I would like to know if someone has written a TCL script that displays the score to a channel at a preset interval. I've tried doing something myself, but couldn't get anything :cry: - all that I found was a site http://www.criclive.com that seems to show the current score...

If anyone has/wants to do something like this, I (and I bet, some other people too) will really enjoy it!

Thanks :wink:
User avatar
Dereckson
Voice
Posts: 20
Joined: Thu May 30, 2002 8:00 pm
Location: Belgium
Contact:

Post by Dereckson »

To grab data, you have to use http package.

Documentation can be found here : http://www.scriptics.com/man/tcl8.0/TclCmd/http.htm
Sébastien Santoro
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

You don't "have" to use the http package.. You can use eggdrop tcl sockets (ie. egghttp.tcl), tcl sockets with your own written routines, or calls to an external application such as a lynx web browser.
Dereckson wrote:To grab data, you have to use http package.

Documentation can be found here : http://www.scriptics.com/man/tcl8.0/TclCmd/http.htm
Locked