|
|
|
|
|
by DenisM
6429 days ago
|
|
I use python to write scripts of this nature (one script so far:)). Python has SGML SAX parser and since HTML is SGML it can be used. Better than regexps any day. Python's http client library also supports cookies so that you can pretend to have a "session" with your target website. EDIT: the libraries are urllib2, sgmllib, cookielib |
|
What experiences has everyone else had?