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
I think a good match for your problem is Twill: a simple scripting language for Web browsing.
An other one to check is Windmill (a kind of Selenium but all written in Python).