I’m writing a little private app to automatically log into my internet banking every day, and download the latest transactions. I’m writing it as a Django app, so I’m workin
You can use Pywebkitgtk. There is a nice tutorial here.
Alternatively, you can use Beautiful Soup to get the page contents and something like python-spidermonkey to run the scripts.