Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!217.188.199.168.MISMATCH!takemy.news.telefonica.de!telefonica.de!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.113 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.02; 'cc:addr:python-list': 0.11; 'python': 0.11; '7:35': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'hey': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'certainly': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'possible': 0.36; 'pm,': 0.38; 'how': 0.40; 'new': 0.61; "you're": 0.61; 'you.': 0.62; 'field': 0.63; 'yourself': 0.78; 'captcha': 0.84; '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=9g1/yzCR3wL3GG3WkogNghJsDqza5qxbs+aQQuP2OmQ=; b=gVbJFbyQLXj+kOnaen6WGOrc2AFo/e5LPer9KZ+d4TX3ee8EF1Ph5nSJZswCJouSrJ NiMg+S2ChYft9aHehvLQye1hvxX3cjzgCADQKceYPe/rU5WJe5JICOOyRTY5n1jHerCI ZV3dqF/nQ/4zVpbDYhL9jfbv5YWEiDT4be9MdlGPZzNJ5GsyQVhgT3SFJZdHUJBUqZv7 qrWir/yMVyLs6kHVX0wwGptGPV/1mOUb63XMpqfddEBaMi6m9fA6UV2HcnZczlhYMlvE T+1Z5qtpOeh21DG/uX+jOrDUvaLKd0v6vu3t6Qll18VERFdcZOKRDSdUjgvF6a1BlbZm TjsA== MIME-Version: 1.0 X-Received: by 10.68.108.194 with SMTP id hm2mr33089146pbb.22.1387356789716; Wed, 18 Dec 2013 00:53:09 -0800 (PST) In-Reply-To: <1928c067-bce9-41c8-9375-b4c969c9d3ac@googlegroups.com> References: <1928c067-bce9-41c8-9375-b4c969c9d3ac@googlegroups.com> Date: Wed, 18 Dec 2013 19:53:09 +1100 Subject: Re: CAPTCHA HANDLING IN MECHANIZE From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387357249 news.xs4all.nl 2834 [2001:888:2000:d::a6]:47136 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62284 On Wed, Dec 18, 2013 at 7:35 PM, Jai wrote: > HEY , I AM NEW TO THE PYTHON > > STARTED WORKING ON MECHANIZE , WANT HELP THAT TO HOW TO FILL A FORM HAVING CAPTCHA FIELD AUTOMATIC > > > PLEASE ANSWER Not going to help you. The whole point of a CAPTCHA is to stop you from doing this sort of thing. It's certainly possible to get past them, but you can do it yourself - I don't intend to help you. Plus, you're shouting. Please don't. ChrisA