Results 1 to 1 of 1

Thread: [python] [mechanize] Clicking the pet captcha in mainshops

  1. #1

    Joined
    Jan 2012
    Posts
    141
    Userbars
    1
    Thanks
    52
    Thanked
    101/32
    DL/UL
    33/1
    Mentioned
    35 times
    Time Online
    12d 19h 44m
    Avg. Time Online
    4m

    [python] [mechanize] Clicking the pet captcha in mainshops

    Hi!

    I am in the process of trying to make my own autobuyer, and the only place I am tripping up is how to click on the image captcha they do. I am using python 2.7 and the mechanize library in order to browse the web. I can manage everything else on the page aside from the actual act of clicking (I can haggle and find the coordinates I need to click).

    The details for the form are this:
    <haggleform POST (you need an account to see links) application/x-www-form-urlencoded
    <TextControl(current_offer=0)>
    <ImageControl(<None>=)>>

    I have trawled the internet and the best I could find in terms of almost being useful is:
    (you need an account to see links)

    However, even after reading through the source code they provide, I could not come up with anything that worked.

    Much appreciation to anyone who tries to help me! Thanks in advance

    Note: I am not necessary looking for an actual solution - I would be very happy with just a pointer in the right direction!

    (Note: I realise that countless people have made autobuyers: I have (finally) started learning to code with a degree of persistence, and I am just doing this as a learning experience! )
    Last edited by Jonathan; 05-04-2016 at 07:22 PM.

    oh look a signature

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •