Re: scripting lynx

2001-08-08 Thread Marcel Hicking
As an alternative: cURL can do nearly everything you can do with a browser (and a lot more) curl -d "datatopost" http://curl.haxx.se/ It packaged for Debian as well. Cheers, Marcel Craig Sanders <[EMAIL PROTECTED]> 1 Aug 2001, at 8:33: > On Wed, Aug 01, 2001 at 12:17:20AM +0200, Russell Coker

Re: scripting lynx

2001-08-02 Thread Craig Sanders
On Wed, Aug 01, 2001 at 06:08:29PM +0200, Russell Coker wrote: > I tried both of them with no difference. interesing. either should have worked. > > or use the LWP modules to make yourself a web-bot. > > I may have to do that. Thanks for the suggestions. you may need to set the Referer: heade

Re: scripting lynx

2001-08-02 Thread Craig Sanders
On Thu, Aug 02, 2001 at 05:48:38PM -0700, Kris Blackwood wrote: > I tried to install LWP and had no success. Is there a > way to install it w/o using the tar ball? apt-get install libwww-perl please learn to quote properly. your reply goes UNDERNEATH the quoted material, not above it. this all

Re: scripting lynx

2001-08-01 Thread Robert Davidson
Here's a script I use to make Orange (a phone company) send me a password reminder SMS message via their website when there is a network problem here. The script is a rip off of some other script i found, it's written in python. it will probably be easy enough to adapt for what you want. M

Re: scripting lynx

2001-08-01 Thread Olivier MACCHIONI
At 18:08 01/08/01 +0200, Russell Coker wrote: >On Wed, 1 Aug 2001 00:33, Craig Sanders wrote: > > On Wed, Aug 01, 2001 at 12:17:20AM +0200, Russell Coker wrote: > > > I want to script lynx to post data to a web site and save the results. > > > I am using the --post_data option but have been unable

Re: scripting lynx

2001-08-01 Thread Russell Coker
On Wed, 1 Aug 2001 00:33, Craig Sanders wrote: > On Wed, Aug 01, 2001 at 12:17:20AM +0200, Russell Coker wrote: > > I want to script lynx to post data to a web site and save the results. > > I am using the --post_data option but have been unable to find > > documentation on the format of data expe

Re: scripting lynx

2001-07-31 Thread Craig Sanders
On Wed, Aug 01, 2001 at 12:17:20AM +0200, Russell Coker wrote: > I want to script lynx to post data to a web site and save the results. > I am using the --post_data option but have been unable to find > documentation on the format of data expected on standard input. > > I have been trying the fol

scripting lynx

2001-07-31 Thread Russell Coker
I want to script lynx to post data to a web site and save the results. I am using the --post_data option but have been unable to find documentation on the format of data expected on standard input. I have been trying the following: Hour="0_6" Day="2001-08-01" Getlist=List --- Where I want to