mechanize
Mechanize you different ip
I\'m playing around with mechanize on a website that appears differently based on your ip. Is there a way to change you ip in mechanize?[详细]
2023-04-09 09:11 分类:问答Mechanize get a file instead of a page object
i try to scrap a web page. I use Nokogiri/ Mechanize. so if i make page = agent.get(url) page.class => Mechanize::开发者_JAVA百科File[详细]
2023-04-08 16:19 分类:问答Read a local HTML file with Mechanize
I am building a crawler, I know how to use ruby mechanize to read a page from the net using this code:[详细]
2023-04-08 04:06 分类:问答python encoding
Using mechanize, I retrieved source page of an web which contains some non-ASCII characters, such as Chinese characters.[详细]
2023-04-07 05:56 分类:问答Mechanize and twitter
How can I use mechanize and twitter? I used to send a twitter from su.pr but I would like to use mechanize to send it automatically for me! I know how to login but when I try to submit a post nothing[详细]
2023-04-07 01:27 分类:问答Ruby Mechanize does not pass cookie with request
I have a problem with Ruby mechanize where it loses the cookie during a 302 redirect after a manual post request.[详细]
2023-04-07 01:03 分类:问答Inexplicable Urllib2 problem between virtualenv's.
I have some test code (as a part of a webapp) that uses urllib2 to perform an operation I would usually perform via a browser:[详细]
2023-04-06 19:11 分类:问答py2exe executable generates log file error
Py2exe builds the executable without exceptions. When I run the executable, a log file is generated with the following:[详细]
2023-04-06 17:16 分类:问答stumped on clicking a link with nokogiri and mechanize
perhaps im doing it wrong, or there\'s another more efficient way. Here is my problem: I first, using nokogiri open an html document and use its css to traverse the document until i find the link whi[详细]
2023-04-06 11:47 分类:问答How to save mechanize.Browser() cookies to file?
How cou开发者_如何学Gold I make Python\'s module mechanize (specifically mechanize.Browser()) to save its current cookies to a human-readable file? Also, how would I go about uploading that cookie to[详细]
2023-04-06 10:22 分类:问答