account balance checker
Chris Rebert
clp at rebertia.com
Thu Oct 16 11:15:01 EDT 2008
More information about the Python-list mailing list
Thu Oct 16 11:15:01 EDT 2008
- Previous message (by thread): account balance checker
- Next message (by thread): account balance checker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 AM, Support Desk <support.desk.ipg at gmail.com> wrote: > 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 that is > pretty simple. Anyone else use Bank of America and would be interested in > this. This is not for anything illegal, just for me to prevent overdrafting > my account > > https://sitekey.bankofamerica.com/sas/signonScreen.do?isMobileDevice=true > > > > y = > urllib.urlopen('https://sitekey.bankofamerica.com/sas/signonScreen.do?isMobl > eDevice=true',urllib.urlencode({'onlineID':'MYONLLINEID'})).readlines() > > -- > http://mail.python.org/mailman/listinfo/python-list >
- Previous message (by thread): account balance checker
- Next message (by thread): account balance checker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list