Does anyone know of a Tcl package that provides web spidering capabilities, i.e. something that might be able to assemble a site map? I know external programs like cURL and wget can do this, but I'm looking for a pure-Tcl package if possible. TIA.
In article <2640c$46520ee0$4275d90a$14@FUSE.NET>, Kevin Walzer <k@codebykevin.com> wrote:
>Does anyone know of a Tcl package that provides web spidering >capabilities, i.e. something that might be able to assemble a site map? >I know external programs like cURL and wget can do this, but I'm looking >for a pure-Tcl package if possible. TIA.
. . . I lean on cURL a lot. Many partial solutions appear in <URL: http://wiki.tcl.tk/2915 >, though.
Kevin Walzer wrote: > Does anyone know of a Tcl package that provides web spidering > capabilities, i.e. something that might be able to assemble a site map? > I know external programs like cURL and wget can do this, but I'm looking > for a pure-Tcl package if possible. TIA.