Hello
I am new to python programming. I want to do a project which calculates the broadband usage for a particular ISP. How can i get the pages after logging into a website?
i understand that i will have to use the urllib2 library. I have been trying to read the docs, but however i could not figure out how to use it's functions.
How can i pass username, password to a website and get the logged in webpage? also this site works only for IE, so i will have to set the user string too.
Thank You
Prashanth