Re: Logging into a website using urllib2

2006-01-27 Thread Nainto
You may want to look at using PyCurl. (http://pycurl.sourceforge.net/) It makes it easyer to handle this type of stuff. -- http://mail.python.org/mailman/listinfo/python-list

Logging into a website using urllib2

2006-01-27 Thread dmbkiwi
I've been using urllib2 to try and automate logging into the google adsense page. I want to download the csv report files, so that I can do some analysis of them. However, I don't really know how web forms work, and the examples on the python.org/doc site aren't really helpful. I've found workin