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


Groups > comp.lang.python > #62307

Re: how to handle captcha through machanize module or any module

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.033
X-Spam-Evidence '*H*': 0.94; '*S*': 0.01; 'automate': 0.07; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'contribute': 0.11; 'python': 0.11; '1:48': 0.16; 'eternal': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'example': 0.22; 'coding': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'message- id:@mail.gmail.com': 0.30; 'os,': 0.31; 'problem': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'error.': 0.37; 'so,': 0.37; 'version,': 0.38; 'show': 0.63; 'spam.': 0.64; 'here': 0.66; 'subject:handle': 0.84; 'joel': 0.91; 'to:none': 0.92; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ZcER4cFWcZUJ3hSxM21pkRrjLN6Ln6Pc59yP3OBqveg=; b=F58E3hjeFrda8NsPOcnz1+whTx2LIe9crfG0EkkK4ZYRmF5Ajat5ptUJpcQS+vY2z1 o0jUT0gVbp1ZGWi8CeWHZ3vXMojxOf3CF3K22phb/m7fFmTCrMfMorAOiBNVzxTPQL2e Y0BH0mW+Y/+x2l9X0gaw4au6MmdararspsBSuk3OotTjr+xhjowj5w7HKAYcfIJJv/66 Ww0O79gCLvN5IDGu+cfrTmQJzaI78AWKgVjTO+Um0+uD2JiNrifiRXJx5vG8HGxjVfTU oE6VBg7wUksGIDzJwu6t6u5Mf8/oh2+JM2pbkkvMPuVnvo2T/UV0CEGsaSeA1QjGJBwW UKVw==
MIME-Version 1.0
X-Received by 10.68.245.4 with SMTP id xk4mr2258995pbc.153.1387378288425; Wed, 18 Dec 2013 06:51:28 -0800 (PST)
In-Reply-To <CAPM-O+xT_Xib+c+4Pyu3E+HHYFMTANgN-fWmtsWaAZ37-HRz-Q@mail.gmail.com>
References <2b488aa4-5698-4be8-b272-7f93c49d154c@googlegroups.com> <l8s7vf$ndv$1@ger.gmane.org> <CAPM-O+xT_Xib+c+4Pyu3E+HHYFMTANgN-fWmtsWaAZ37-HRz-Q@mail.gmail.com>
Date Thu, 19 Dec 2013 01:51:28 +1100
Subject Re: how to handle captcha through machanize module or any module
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4356.1387378296.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1387378296 news.xs4all.nl 2849 [2001:888:2000:d::a6]:46250
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62307

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

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

csiph-web