tomer8007 / kik-bot-api-unofficial

Python API for writing unoffical Kik bots that act like humans
MIT License
128 stars 77 forks source link

Bypass Captcha #141

Closed angstycoder closed 4 years ago

angstycoder commented 4 years ago

How is captcha verification done/bypassed.

Running register_client.py among other on Python 3.7

[2019-12-26 11:08:08,803] INFO (thread Kik Connection): [-] Register error: Captcha required Unable to register! error information: Captcha required

tomer8007 commented 4 years ago

You're supposed to be given a URL to solve the captcha by a human being. After the captcha is solved, you should follow the steps you see in solve_captcha_wizard().