Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62300 > unrolled thread

how to handle captcha through machanize module or any module

Started byJai <jaiprakashsingh213@gmail.com>
First post2013-12-18 04:56 -0800
Last post2013-12-18 19:58 +0000
Articles 8 — 7 participants

Back to article view | Back to comp.lang.python


Contents

  how to handle captcha through machanize module  or any module Jai <jaiprakashsingh213@gmail.com> - 2013-12-18 04:56 -0800
    Re: how to handle captcha through machanize module  or any module Robert Kern <robert.kern@gmail.com> - 2013-12-18 13:29 +0000
    Re: how to handle captcha through machanize module or any module Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-18 09:48 -0500
    Re: how to handle captcha through machanize module or any module Chris Angelico <rosuav@gmail.com> - 2013-12-19 01:51 +1100
    Re: how to handle captcha through machanize module or any module Michael Torrie <torriem@gmail.com> - 2013-12-18 11:11 -0700
    Re: how to handle captcha through machanize module or any module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-18 18:21 +0000
    Re: how to handle captcha through machanize module or any module Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-18 13:31 -0500
    Re: how to handle captcha through machanize module  or any module Denis McMahon <denismfmcmahon@gmail.com> - 2013-12-18 19:58 +0000

#62300 — how to handle captcha through machanize module or any module

FromJai <jaiprakashsingh213@gmail.com>
Date2013-12-18 04:56 -0800
Subjecthow to handle captcha through machanize module or any module
Message-ID<2b488aa4-5698-4be8-b272-7f93c49d154c@googlegroups.com>
please do replay how to handle captcha through machanize module 

[toc] | [next] | [standalone]


#62303

FromRobert Kern <robert.kern@gmail.com>
Date2013-12-18 13:29 +0000
Message-ID<mailman.4354.1387373402.18130.python-list@python.org>
In reply to#62300
On 2013-12-18 12:56, Jai wrote:
> please do replay how to handle captcha through machanize module

You've asked the same question twice now. You have received the only answer that 
you are going to get here: we won't help you do this. We may help you learn to 
do other stuff with Python, but not this. Please stop asking this question.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

[toc] | [prev] | [next] | [standalone]


#62306 — Re: how to handle captcha through machanize module or any module

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2013-12-18 09:48 -0500
SubjectRe: how to handle captcha through machanize module or any module
Message-ID<mailman.4355.1387378135.18130.python-list@python.org>
In reply to#62300

[Multipart message — attachments visible in raw view] — view raw

On Wed, Dec 18, 2013 at 8:29 AM, Robert Kern <robert.kern@gmail.com> wrote:

> On 2013-12-18 12:56, Jai wrote:
>
>> please do replay how to handle captcha through machanize module
>>
>
> You've asked the same question twice now. You have received the only
> answer that you are going to get here: we won't help you do this. We may
> help you learn to do other stuff with Python, but not this. Please stop
> asking this question.


Jai,

The first time you asked for help you used all capital letters. People
usually don't take that well, since it is like yelling.  As Robert pointed
out, you then asked the same question again.  This is also not good.  Then
you complain that you haven't been given service in two days.

So, what you need to do is show a small coding example of the problem you
are having.  Give the OS, the python version, and copy the traceback if
there is an error.


-- 
Joel Goldstick
http://joelgoldstick.com

[toc] | [prev] | [next] | [standalone]


#62307 — Re: how to handle captcha through machanize module or any module

FromChris Angelico <rosuav@gmail.com>
Date2013-12-19 01:51 +1100
SubjectRe: how to handle captcha through machanize module or any module
Message-ID<mailman.4356.1387378296.18130.python-list@python.org>
In reply to#62300
On Thu, Dec 19, 2013 at 1:48 AM, Joel Goldstick
<joel.goldstick@gmail.com> wrote:
> So, what you need to do is show a small coding example of the problem you
> are having.  Give the OS, the python version, and copy the traceback if
> there is an error.

And give a good solid reason why you need to automate a CAPTCHA,
because none of us here wants to contribute to the eternal problem of
spam.

ChrisA

[toc] | [prev] | [next] | [standalone]


#62327 — Re: how to handle captcha through machanize module or any module

FromMichael Torrie <torriem@gmail.com>
Date2013-12-18 11:11 -0700
SubjectRe: how to handle captcha through machanize module or any module
Message-ID<mailman.4371.1387390316.18130.python-list@python.org>
In reply to#62300
On 12/18/2013 07:51 AM, Chris Angelico wrote:
> On Thu, Dec 19, 2013 at 1:48 AM, Joel Goldstick
> <joel.goldstick@gmail.com> wrote:
>> So, what you need to do is show a small coding example of the problem you
>> are having.  Give the OS, the python version, and copy the traceback if
>> there is an error.
> 
> And give a good solid reason why you need to automate a CAPTCHA,
> because none of us here wants to contribute to the eternal problem of
> spam.

Nor do we wish to be party to helping you violate goarticle's terms of
service.  If you do violate their terms of service, then you forfeit any
right to view their content.

[toc] | [prev] | [next] | [standalone]


#62329 — Re: how to handle captcha through machanize module or any module

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-12-18 18:21 +0000
SubjectRe: how to handle captcha through machanize module or any module
Message-ID<mailman.4373.1387391106.18130.python-list@python.org>
In reply to#62300
On 18/12/2013 18:11, Michael Torrie wrote:
> On 12/18/2013 07:51 AM, Chris Angelico wrote:
>> On Thu, Dec 19, 2013 at 1:48 AM, Joel Goldstick
>> <joel.goldstick@gmail.com> wrote:
>>> So, what you need to do is show a small coding example of the problem you
>>> are having.  Give the OS, the python version, and copy the traceback if
>>> there is an error.
>>
>> And give a good solid reason why you need to automate a CAPTCHA,
>> because none of us here wants to contribute to the eternal problem of
>> spam.
>
> Nor do we wish to be party to helping you violate goarticle's terms of
> service.  If you do violate their terms of service, then you forfeit any
> right to view their content.
>

Sadly by answering their previous questions going back to 19/11/2013 
perhaps we've already, inadvertently set them off down this sticky path. 
  Oh, I just wish I'd attended that management course about advance 
hindsight :(

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#62330 — Re: how to handle captcha through machanize module or any module

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2013-12-18 13:31 -0500
SubjectRe: how to handle captcha through machanize module or any module
Message-ID<mailman.4374.1387391516.18130.python-list@python.org>
In reply to#62300

[Multipart message — attachments visible in raw view] — view raw

On Wed, Dec 18, 2013 at 1:21 PM, Mark Lawrence <breamoreboy@yahoo.co.uk>wrote:

> On 18/12/2013 18:11, Michael Torrie wrote:
>
>> On 12/18/2013 07:51 AM, Chris Angelico wrote:
>>
>>> On Thu, Dec 19, 2013 at 1:48 AM, Joel Goldstick
>>> <joel.goldstick@gmail.com> wrote:
>>>
>>>> So, what you need to do is show a small coding example of the problem
>>>> you
>>>> are having.  Give the OS, the python version, and copy the traceback if
>>>> there is an error.
>>>>
>>>
>>> And give a good solid reason why you need to automate a CAPTCHA,
>>> because none of us here wants to contribute to the eternal problem of
>>> spam.
>>>
>>
>> Nor do we wish to be party to helping you violate goarticle's terms of
>> service.  If you do violate their terms of service, then you forfeit any
>> right to view their content.
>>
>>
> Sadly by answering their previous questions going back to 19/11/2013
> perhaps we've already, inadvertently set them off down this sticky path.
>  Oh, I just wish I'd attended that management course about advance
> hindsight :(
>

The OP seems to be a kind of 'drive by' questioner.  He yells out his plea
as his ride cruises by.  Around the block and yell again.


-- 
Joel Goldstick
http://joelgoldstick.com

[toc] | [prev] | [next] | [standalone]


#62336

FromDenis McMahon <denismfmcmahon@gmail.com>
Date2013-12-18 19:58 +0000
Message-ID<l8supt$pqv$2@dont-email.me>
In reply to#62300
On Wed, 18 Dec 2013 04:56:17 -0800, Jai wrote:

> please do replay how to handle captcha through machanize module

The purpose of a captcha is to prevent automated scraping of data. Many 
of us may choose, or even need, to use captcha. What on earth makes you 
think for one minute that we'll help you bypass them.

-- 
Denis McMahon, denismfmcmahon@gmail.com

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web