Re: using Perl to auto-login to capitalone.com

2004-01-30 Thread Andrew Gaffney
Wiggins d Anconia wrote: I am attempting to write a Perl script that can login to my account at capitalone.com, grab my balance and available credit and email them to me. I did this successfully with my online banking, but Capitalone's login is a pain in the ass to wrap my head around. It redire

Re: using Perl to auto-login to capitalone.com

2004-01-29 Thread Andrew Gaffney
It does not appear that this module would solve my problem. It won't handle the JavaScript generation of cookies. Kevin Old wrote: Have you look at WWW::Mechanize on CPAN. It seems to make navigating sites (virtually) and using forms, etc. much easier. It's worth a shot. HTH, Kevin On Wed, 2004

Re: using Perl to auto-login to capitalone.com

2004-01-28 Thread Wiggins d Anconia
> I am attempting to write a Perl script that can login to my account at capitalone.com, > grab my balance and available credit and email them to me. I did this successfully with my > online banking, but Capitalone's login is a pain in the ass to wrap my head around. It > redirects you through 3 or

Re: using Perl to auto-login to capitalone.com

2004-01-28 Thread Rob Dixon
Kevin Old wrote: > > Have you look at WWW::Mechanize on CPAN. It seems to make navigating > sites (virtually) and using forms, etc. much easier. > > It's worth a shot. Seconded. It's definitely worthwhile for well-behaved sites, but can be tricky to debug if the site doesn't behave as you expect

Re: using Perl to auto-login to capitalone.com

2004-01-28 Thread Kevin Old
Have you look at WWW::Mechanize on CPAN. It seems to make navigating sites (virtually) and using forms, etc. much easier. It's worth a shot. HTH, Kevin On Wed, 2004-01-28 at 02:37, Andrew Gaffney wrote: > I am attempting to write a Perl script that can login to my account at > capitalone.com,

using Perl to auto-login to capitalone.com

2004-01-28 Thread Andrew Gaffney
I am attempting to write a Perl script that can login to my account at capitalone.com, grab my balance and available credit and email them to me. I did this successfully with my online banking, but Capitalone's login is a pain in the ass to wrap my head around. It redirects you through 3 or pages