javascript - Automating HTTP navigation and HTML printing using Python -
every monday @ work, have task of printing out account analysis (portfolio analysis) , account positions on 50 accounts. go page, click "account analysis", enter account name, click "format page printing", print output (excluding company disclosures), go account analysis page , click "positions" instead time, positions account comes up. click "format page printing", print output (excluding company disclosures).then repeat process other 50 accounts.
i haven't taken programming classes in past heard using python automate html response might me faster. wondering if that's true, , if so, how work? also, there other programs enable me automate process , save time?
thank
you can take @ mechanize python , documentation starting point in how achieve this.
it enable emulate browser in python , go through steps such filling in web-forms , doing processing you.
Comments
Post a Comment