Hello all,
I have a unique situation. I am currently trying to save a complete web page that requires you to login with a user name and password. To be more specific, here is the web page I want.
This site requires you to have a subscription in order to see all the event IDs. What I would like to do is have those event IDs stored locally on my compuet. Now I could do this by logging in, saving each of the 65,000 pages, but I think python may be able to complete the task faster. What I would need the script to do is open up internet explorer/mozilla firefox and navigate to the website. Upon getting to the website it will have to enter the credentials to gain access to the 65000 ID pages and then save them.
I know what I am asking is a little vague so if you have any questions or comments you can leave them here that way I can address them. Thanks in advance! Smile