I\'m trying to download the currency data from bloomberg website with mechanize/python. http://www.bloomberg.com/markets/currencies/
I\'ve got a large bulk downloading application written in Python/Mechanize, aiming to download something like 20,000 files.Clearly, any downloader that big is occasionally going to run into some ECONN
My html form looks like this: <form name=\"someform\"> <select name=\"someid\"> <option value =\"option1\">
I am using an http proxy and the Mechanize module.I initialize the mechanize object and set the proxy like so:
I am having a problem getting/staying logged in with perl mechanize to a website Looking at the headers, it appears that the JSESSIONID keeps changing.I am using a cookie jar, but I think it\'s getti
I\'m writing a python script checking/monitoring several server/websites status(response time and similar stuff), it\'s a GUI program and I use separate thread to check different server/website, and t
Let me set the stage for what I\'m trying to accomplish.In a physics class I\'m taking, my teacher always likes to brag about how impossible it is to cheat in her class, because all of her assignments
I\'m using mechanize/cookiejar/lxml to read a page and it works for some but not others. The error I\'m getting in them is the one i开发者_JS百科n the title. I can\'t post the pages here because they
OK, here\'s the header(just an example) info I got from Live HTTP Header while logging into an account:
BTW... This website only works with Internet Explorer.... I am attempting to scrap a website for a client so that I can automate a task for them. Basically it will scrape for different reports and lo