RE: account balance checker

2008-10-16 Thread Support Desk
the resulting form with the password -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Rebert Sent: Thursday, October 16, 2008 10:15 AM To: Support Desk Cc: python-list@python.org Subject: Re: account balance checker You'd probably have to use some

Re: account balance checker

2008-10-16 Thread Chris Rebert
You'd probably have to use something like mechanize (http://wwwsearch.sourceforge.net/mechanize/) to fill out the forms, but if BofA's website uses Javascript at all, you're probably out of luck. Cheers, Chris -- Follow the path of the Iguana... http://rebertia.com On Wed, Oct 15, 2008 at 8:09 A

account balance checker

2008-10-16 Thread Support Desk
Hello all, I was wondering if it would be possible to make a script to grab my balance account balance a few times a day without having to login every time. I know I can use the urlib2 library, but not sure how to go about filling in the forms and submitting them. BOA has a mobile site th