question: script to input data into a webpage and then retrieve the result?

M

mxywp

Hi,

Could someone help me with this or share an example script with me?

Here is what I want to accomplish:
(1) input 3 values into 3 boxes on a web page
(2) there is an authentication code each time you access this page and I have to write this code into the fourth box on the same page
(3) click "submit" button
(4) this web page will turn into a page with a table having a value calculated from my inputs
(5) extract this value into a local file
(6) repeat the above for 12000 times.

I would really appreciate it if someone can tell me how to do it using python script. I am new to python web programming.

Thanks,
mxywp
 
P

Paul Rubin

mxywp said:
I would really appreciate it if someone can tell me how to do it
using python script. I am new to python web programming.

Look at the docs for the urllib module. Also, arrange for some
alternative API on the web side, if possible. What you're trying to
do is somewhat messy technically, and could be considered impolite (or
worse) if done without cooperation from the web site operator.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top