Tagged Questions
1
vote
1answer
25 views
how to login to a website with python and mechanize
i'm trying to log in to the website http://www.magickartenmarkt.de and do some analyzing in the member-area (https://www.magickartenmarkt.de/?mainPage=showWants). I saw other examples for this, but i ...
0
votes
0answers
33 views
Mechanize Python and Google Analytics
When I open a website with mechanize:
br.open('http://website.com')
how would this appear on Google Analytics? I understand that Analytics gives the browser a __utmb cookie that expires after 30 ...
0
votes
0answers
20 views
How to accept cookie in python mechanize browser
I am trying to create a mechanize browser to fill in a form and submit. The requirement is the mechanize browser must accepting and sending cookie.
br = gaemechanize.Browser()
...
2
votes
1answer
138 views
PDF print a password-protected page (ideally by making wkhtmltopdf use a cookie)
I'm trying to print a password-protected page to PDF with wkhtmltopdf, but I can't load a (working) cookie, meaning I always just print the "log in" page.
Saving the cookie post-login
The following ...
1
vote
1answer
108 views
Mojo::CookieJar - how to load cookies from file
How to load cookies from file in Mojo like this code:
my $mech = WWW::Mechanize->new();
$mech->cookie_jar(HTTP::Cookies->new());
if (-e "cookie.txt") {
print q[Cookie file: cookie.txt ...
1
vote
1answer
134 views
python mechanize submitting form kicks me back to root
i have a mechanize python script written for submitting forms to inquire drug information. and when i run it, it gives me no error message, but when i look at the response, it's not what I see on my ...
1
vote
1answer
68 views
Server doesn't see the cookies
What're the reasons that the server doesn't actually recognize the cookie I set using WWW::Mechanize in the code below?
#!/usr/bin/perl
use strict;
use warnings;
use HTTP::Cookies;
use ...
1
vote
1answer
277 views
Accepting and Sending Cookies with mechanize
I need to fill in a login form on a webpage that requires cookies and get some information about the resultant page. Since this needs to be done at very weird hours at night, I'd like to automate the ...
1
vote
1answer
119 views
Sharing (Mechanize) sessions across different requests in multi-threaded environment? [closed]
I'm developing an application that uses Ruby's Mechanize to login to a password-protected site and consumes certain data feeds. My application, in turn, allows my users to query and operate on the ...
1
vote
2answers
138 views
How can I accept and send cookies with Mechanize?
I have a bash script, that logs in with a cookie and saves a text file from a URL. I need to achieve the same thing in Python with Mechanize, but I can't get it working. It's only two lines of bash ...
1
vote
1answer
228 views
Python session, cookies, and the web
** edit
after a short thought, I just figured that I don't have to use mechanize at all
and yet I don't know which Python library I should use in order to interact w/
cookies and session data,
can ...
1
vote
0answers
220 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
1answer
248 views
Check if a web page has change which requires login / cookie
I'm using this code that I found online to check a webpage to see if it has been modified since the last time it was checked. However I now have a need for it to work behind a site that require ...
0
votes
1answer
379 views
Ruby::Mechanize::cookie_jar
I have a site that does four different re-directs and doesn't seem to always pass the cookies along.
So I've researched here and tried a few of the solutions like:
creating a temp cookie_jar and ...
0
votes
1answer
495 views
Ruby Mechanize ignore cookie in response
I'm playing with Ruby Mechanize with a website. But it seems that it ignored one of the set-cookie header on the response. Please see my code and the result. The u=__LOGOUT__ part is missing in the ...
0
votes
1answer
191 views
Ruby/Mechanize: Not getting all the cookies after logging into a page
When I log into a page in my browser, I get 3 cookies: tips, ipb_member_id and ip_pass_hash. I need those last two to access some pages I can only see when logged in. When I log in via the browser it ...
2
votes
1answer
414 views
mechanize: cookies getting mixed up?
I'm using mechanize to visit the same web-site from different proxies. The website has a log-in page. I have 5 proxies and 5 different log-ins, one to use for each proxy.
If I just run my script ...
1
vote
1answer
427 views
Watir-webdriver vs Mechanize to avoid Amazon's evercookies\zombiecookies
I'm working on a way to automatically upload \ manage stuff on the amazon kindle platform on multiple accounts.
I have been told by someone who has extensive experience with amazon that Amazon ...
1
vote
0answers
75 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
141 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 ...
3
votes
3answers
861 views
How to login a website using python module “mechanize” with a cookies.txt exported by the chrome extension “cookies.txt export”?
I have looked through similar questions in stackoverflow yet seemingly no answers measures up. Now I have a cookies.txt in hands which is exported by a chrome extension named "cookies.txt". I can ...
5
votes
4answers
236 views
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:
Log in to a remote website
Move to another page
Perform a POST by ...
2
votes
1answer
872 views
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.
1) Load page
agent.get(url)
Log:
I, [2011-09-21T19:50:46.077628 #5040] INFO -- : ...
2
votes
1answer
408 views
Python: Mechanize Failing to Send Cookies to Second URL
I'm having serious issues trying to get Mechanize to preserve the cookies set by the first requested URL for when requesting the second URL. In order to test if anything was being sent, I put the ...
0
votes
2answers
968 views
Perl WWW::Mechanize cookie problem
I am trying to automate the collection of links from a site that asks for a captcha first.
For this, I capture the captcha image so it can be solved externally, and then submit the solution as part of ...
0
votes
1answer
312 views
Cookies in Mechanize 2.0
I’ve just upgraded and have a problem. Previously this code was working fine:
page = ag.get(login_url)
form = page.forms.first
form.field_with(‘user[login]‘).value = login
...
1
vote
1answer
1k views
Parsing with Ruby, Nokogiri & Mechanize java cookies links in a webpage
everyone.
I need to parse a webpage which has java cookies set for every link. I can parse the normal search and every product is shown and imported to a mysql database.
I was able to scrape from a ...
1
vote
1answer
505 views
How do I scrape google readers with mechanize (using cookies)
I'm trying scrape google readers but I've got problems...I wish to log in google readers and get a valid cookie...then try enter in this page:
...
1
vote
0answers
161 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
1answer
394 views
how do I manually add cookies to WWW::Mechanize's already existing cookiejar
I have a perl script where after fetching a page I need to add a cookie to an already existing cookiejar with cookies in it already. how do I go about doing this? I'm hoping for a python mechanize ...
4
votes
1answer
825 views
How do I manually add more cookies to a session which already has cookies set in mechanize?
I have a python script which scrapes a page and receives a cookie. I want to append another cookie to the existing cookies that are being send to the server. So that on the next request I have the ...
1
vote
2answers
3k views
WWW::Mechanize and Cookies
I use WWW::Mechanize::Shell to test stuff.
Since I didn't managed to sign in on a web site I want to scrape, I thought I will use the browser cookie (chrome or firefox) for that specific website with ...
2
votes
1answer
365 views
Why can't my Perl script print cookie values?
When I visit usatoday.com with IE, there're cookie files automatically created in my Temporary Internet Files folder. But why doesn't the following Perl script capture anything?
use WWW::Mechanize;
...
9
votes
2answers
5k views
how to manually add a cookie to Mechanize state?
[I'm working in Ruby, but my question is valid for other languages as well.]
I have a Mechanize-driven application. The server I'm talking to sets a cookie using javascript (rather than standard ...
8
votes
1answer
6k views
How to add cookie to existing cookielib CookieJar instance in Python?
I have a CookieJar that's being used with mechanize that I want to add a cookie to. How can I go about doing this? make_cookie() and set_cookie() weren't clear enough for me.
br = mechanize.Browser()
...
1
vote
1answer
1k views
how to capture and then pass cookies to ruby/mechanize ( a workaround to log in)
this questions is linked with my other question log in with browser and then ruby/mechanize takes it over?
I am not able (hopefully I will in near future :-) to log into one website using ...

