import urllib2, cookielib import ClientForm from BeautifulSoup import BeautifulSoup first_name = \"Mona\"
A long time ago, I wrote a little python script to automatically log me on to the wireless network at my office.
import ClientForm from urllib2 import urlopen page = urlopen(\'http://garciainteractive.com/blog/topic_view/topics/content/\')
I\'m using mechanize (which uses clientform) for some web crawling in python and since it doesn\'t support JS, I want to set a value of an unexistent input in a form (the input is generated by JS). Ho