Re: logging into a website using python
leo davis wrote: I''m trying achieve the following by running python programs -login to a website -automate filling up web forms http://twill.idyll.org/ -- http://mail.python.org/mailman/listinfo/python-list
logging into a website using python
Hi, I''m trying achieve the following by running python programs -login to a website -automate filling up web forms So far I 've tried out the following codes: import cookielib, urllib, urllib2 login = 'cod45' password = 'mell' # Enable cookie support for urllib2 cookiejar = cookielib.Cooki