A library for automated web browsing originally developed for Perl, there are now also Python and Ruby implementations.
2
votes
0answers
92 views
Webscraping with Python
I'm using this website (http://gasbuddy.com/) to collect gasoline prices. Basically, I want to write a python script that will input zip codes into the search box at the top of the page, and then ...
2
votes
0answers
291 views
Python & mechanize: How to scrape through pages in a row?
my problem is as follows:
I'm trying to write a scraper that runs through the order process of an airline ticketing website. So I want to scrape a couple of pages that depend on the results of the ...
2
votes
0answers
418 views
Python Mechanize select_form() - ParseError: OPTION outside of SELECT
I am using Python 2.7 and Mechanize 2.5. I am trying to use the select_form() method, but I am getting the following error:
File "C:\Python27\lib\site-packages\mechanize\_mechanize.py", line 499, ...
2
votes
0answers
316 views
Mechanize for Python and authorization without first getting a 401 error
I'm trying to use Mechanize to automate interactions with a very picky legacy system. In particular, after the first login page the authorization must be sent with every request it knocks you out of ...
2
votes
0answers
329 views
Is there a Mechanize for Visual Basic .NET?
I am looking for a library that is similiar to mechanize for perl, ruby.
Basically, I can .click() and it will click on form buttons, or navigate to links, etc.
1
vote
0answers
44 views
Perl mechanize script no form defined
I'm getting an error No form defined at cqSubmitter.pl at line 33 which is the second set_fields method. Other times I get an Error POSTing http://micron.com Internal Server Error at line 39 , which ...
1
vote
0answers
18 views
Calling js function using Browser from mechanize in python
I am working on a web-scraping project. I am using Browser from mechanize in python. I need to call a JavaScript function with two arguments. The arguments are known.
__doPostBack(arg1,arg2)
...
1
vote
0answers
28 views
Installed Mechanize, but Python can't find module
I installed mechanize into a directory, using the following:
sudo easy_install --always-unzip mechanize
Searching for mechanize
Best match: mechanize 0.2.5
Processing mechanize-0.2.5-py2.7.egg
...
1
vote
0answers
56 views
Python: Output of beautifulsoup has wrong encoding
I run in an encoding Problem, when a response is put in beautifulsoup.
The readible-output of the response is formated in a proper way like Artikelstandort: Österreich, but after running beautifulsoup ...
1
vote
0answers
30 views
Python request login is not working
I am trying to post a request to log in to a website using the Requests module in Python but its not really working. I need to change stuff automaticaly in iomega home media network. Here is the login ...
1
vote
0answers
16 views
Python - sockispy with mechanize (without monkeypatching)
I want to know if there is a way to get mechanize.Browser to use a socks proxy (tor) without having to do this.
import socks, socket
socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "127.0.0.1", port)
...
1
vote
0answers
31 views
Handling gzipped web content with WWW::Mechanize/::GZip
The question is simple, how to handle content that is gzipped. And not only handle that content but fill in forms and do all the stuff that you'd normally do with WWW::Mechanize. I'm trying to do a ...
1
vote
0answers
265 views
Perl WWW::Mechanize - Content-Type: application/pdf
The problem is: I need WWW::Mechanize to download some PDF from a web page. I have logged succesfuly. (I have tested that.) Then I grabbed the link of the PDF target. When I pasted this link into my ...
1
vote
0answers
63 views
Sublime Text Flake8 lint error on Mechanize which does not appear when running flake8 by hand
I use mechanize library for a small python project.
Why does Sublime Text 2 (with Flake8Lint) shows me that there is no such member select_form() in browser.
I have checked _mechanize.py and there it ...
1
vote
0answers
226 views
Facebook Graph Search return proper JSON
I've been using mechanize lately to crawl around the web and do stuff. I decided that I wanted to write some algorithms to graphically show connections between my friends. Each friend will be a node ...
1
vote
0answers
319 views
filling up a login form using mechanize , python
I was trying to login to a site https://everest.ioe.edu.np/lanusers/dialup.php and then click on a 'change password' link , change the password and logout using mechanize with following piece of code ...
1
vote
0answers
108 views
Net::SSL is breaking my Sys::SigAction timeout_call function
After using Sys::SigAction timeout_call for timeouts from the answer in my previous question (note: this time im using WWW::Mechanize instead of WWW::Mechanize::Timed),
my 60 second timeout alarms ...
1
vote
0answers
54 views
Is is possible to POST to a URL with Mechanize without opening it first?
I would like POST to a URL with some form fields filled in with Mechanize in Python. Most code examples like this one:
import mechanize
url = "http://duckduckgo.com/html"
br = mechanize.Browser()
...
1
vote
0answers
80 views
How to make simultaneous requests with mechanize?
Is it possible to run more than one request with mechanize at a time? I know about threads, but the problem with threads is, that mechanize processes thread after thread and not all threads at the ...
1
vote
0answers
144 views
Python - Mechanize post form asp webforms
This is a some information about the form:
<form1 POST http://www.example./something application/x-www-form-urlencoded
..............
<RadioControl(divPolls$rlPolls=[836, 837])>
...
1
vote
0answers
145 views
ASPX requests browser login emulation
I'm trying to do a post on a aspx webpage.
I have successfully done the login and tries to get the page content with no luck.
After logging in the page goes to a redirect tmp.aspx, then it shows you ...
1
vote
0answers
133 views
Perl WWW:Mechanize::Firefox disable alert
I am using Perl's WWW::Mechanize::Firefox to automate some website interaction. I am stuck at dealing with the alert popup. Until I click it I cannot go to the next stage. I am looking for a way to ...
1
vote
0answers
195 views
Intermittent SSL certificate verification failures with mechanize and ruby
I have a Rails 3.2.8 app, with Ruby 1.9.3 on Ubuntu 12.04. It uses mechanize to connect to an https web site.
I am seeing this error intermittently:
SSL_connect returned=1 errno=0 state=SSLv3 read ...
1
vote
0answers
121 views
mechanize keeps giving URLErrors
I'm automating some stuff with mechanize. I have a working program that logs into a site and goes to a page while logged in. However, sometimes I just get URLErrors stating the connection has timed ...
1
vote
0answers
320 views
Python web scraper suddenly returns httplib.IncompleteRead error
I have been writing a scraper to get some data for academic purposes from this site. Since there is no general list of different elections (I am interested in US gubernatorial elections), I am using ...
1
vote
0answers
188 views
change radio button and then read() with mechanize (python)
I would like to change the value of a radio button and then retrieve the html of the following website:
http://www.androidpit.com/en/android-market/recommendations-list?rid=NEWCOMER_RATING
I'm new to ...
1
vote
0answers
70 views
Python Mechanize not submitting, but works on computer?
Ok so I have a server (hosted by Godaddy which is runny python 2.4.3, Red Hat) and on that server I want to go to another site via my python script and login and perform a task then logout simple ...
1
vote
0answers
414 views
Opening SSL URLs with Mechanize in Python
How do you use mechanize to open an SSL URL in Python?
I'm attempting a trivial page retrieval with Python 2.7.3 on Ubuntu like:
import mechanize
browser = mechanize.Browser()
resp = ...
1
vote
0answers
227 views
Filling Textboxes in Python via Mechanize Without Forms
I'm trying to fill textboxes in this site but mechanize can't find any form.Therefore i can't do anything on thoose textboxes cause they're in non-exists form.
I tried so different solutions but i ...
1
vote
0answers
199 views
Python mechanize connection failed issue
I am running a crawler,its working fine in MAC and Ubunut system.
When I am running it in windows it results following stack trace:
File "build\bdist.win32\egg\mechanize\_mechanize.py", line 203, ...
1
vote
0answers
241 views
Met HTTP Error 400: Bad Request when using mechanize in python
I met a problem when I using mechanize in Python, look my codes first:
>>> s
'http://www.renren.com'
>>> br=mechanize.Browser()
>>> br.open(s)
<response_seek_wrapper at ...
1
vote
0answers
91 views
How do I kill http hung connections?
I'm working on a script to crawling some interesting web pages for later research and it's programmed in a multi-threaded way. The problem I noticed is that no matter what library I use, for example ...
1
vote
0answers
209 views
Gem Resque Error - Undefined “method perform” after Overriding it form the super class
First of all Thanks for you all for helping programmers like me with your valuable inputs in solving day to day issues.
This is my first question in stack overflow as I am experiencing this problems ...
1
vote
0answers
79 views
Python: Forbiding cookies with mechanize?
I'm trying to prevent a website from setting up cookies in my browser but I can't find out how.
If I can't turn it off on a per-site basis, is there a way to turn cookies completely off?
I've ...
1
vote
0answers
161 views
mechanize: specified module could not be found (unf_ext.so)
I'm trying to do something with Mechanize and I'm not getting past the most basic example:
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
Seems simple enough, but all I get is this ...
1
vote
0answers
150 views
Rails mechanize can't access page that requires logging in
I am trying click a link that appears after I've logged in with Rails + Mechanize, but it returns "Cookie should be enabled". I've checked the cookie in the my Mechanize object ...
1
vote
0answers
597 views
Ruby Mechanize Check Box, Submit and Displaying Fields Afterwards
Here is my Ruby Mechanize code and commented near the end is where I'm stuck with the checkbox, selecting the second submit on the page, and displaying some fields after the clicking second submit ...
1
vote
0answers
450 views
Python' Mechanize submission HTTP 404 error
I want to make a python script using mechanize to log in as a specific user. Go to a specific page on that site, and fill out submit a form. I have successfully logged in, went to that page, filled ...
1
vote
0answers
162 views
transfer cookies from twill to zope
I'm trying to figure out a way to transfer cookies from a Twill browser instance to a Zope browser instance. They both are built on Mechanize, so this should be possible.
I have tried:
zopeBrowser = ...
1
vote
0answers
204 views
Nokogiri response different
Does anyone have a problem with Nokogiri acting differently between two servers (staging, and production)?
On staging, it grabs and return the page properly (Nokogiri 1.4.2 Mechanize 1.0.0)
On ...
0
votes
0answers
8 views
VCR auto-rerecord not rerecording after first interval
I have a problem with auto rerecording of cassettes in vcr
This is my config:
VCR.configure do |c|
c.cassette_library_dir = 'spec/support/vcr_cassettes'
c.hook_into :fakeweb
end
and the call:
...
0
votes
0answers
22 views
ruby gem mechanize for in `fetch': 405 => Net::HTTPMethodNotAllowed
I'm using the ruby's Mechanize gem to login the website.Here comes my problem:
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
page = agent.get('http://mail.163.com/')
form = ...
0
votes
0answers
36 views
Is it possible to perform browser automation of a hidden javascript form with selenium (ruby bindings prefered)
I am about to dive into selenium, but before i would like to ask wether what i want to do is actually possible or impossible.
The case is a NGO that some time ago had a website app done for free, ...
0
votes
0answers
36 views
How can I rescue a Errno::ECONNRESET
I have a script that spiders a website, its based on Mechanize and seems to be working great except for what seems like an error I can't catch. 'Errno::ECONNRESET' This seems to reset the connection ...
0
votes
0answers
32 views
Can mechanize (python) deal with HTTPS?
I learning form filling through mechanize.
I used the code :
import mechanize
abc = mechanize.Browser()
abc.set_handle_robots(False)
ua = ' Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) ...
0
votes
0answers
33 views
PhantomJS to get infos from facebook's ad planner
I would like to do a script that automatically gets some numbers from https://www.facebook.com/ads/create/ once a week. For example the number of facebook users of a certain country. Nothing really ...
0
votes
0answers
45 views
Python Mechanize back() - Slow, refresh page? Is there a way to use cache?
Hello fellow programmers. I'm trying to automate a site used for buying. The buying page loads very slowly. After loaded, it is queried using an ajax call. What I want to do is load the page, get the ...
0
votes
0answers
38 views
easier way of Getting all possible search results from a database using Perl?
Ok so I am using the WWW::Mechanize module in Perl to try and get an entire website copied onto my local machine (also incorporating HTTrack to do the actual mirroring).
My problem is that, a list of ...
0
votes
0answers
41 views
HTML form has one javascript generated radio button. Is there a way around this using mechanize?
This form, for whatever reason, uses javascript's document.write to draw the radio buttons on the page, and I can't figure out how to circumvent it.
After some sleuthing around here and on Google, ...
0
votes
0answers
49 views
Graph API POST to Add App to Page Tab
Very annoying problem here. I'm trying to programmatically add an app to a FB page as a tab.
FB documentation says the following:
"Make a POST call to the page API endpoint //tabs with app_id set ...