英文:
i am trying to pass outlook funcaptcha using Twocaptcha but not working
问题
I am trying to bypass funcaptcha through twocaptcha using Python. But could not.
Here is my code also:
solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver = solver.solve_funcaptcha('B7D8911C-5CC8-A9A3-35B0-554ACEE604DA', 'https://signup.live.com/signup')
time.sleep(90)
英文:
I am trying to bypass funcaptcha throug twocaptcha using python. But could not
here is my code also
solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver = solver.solve_funcaptcha('B7D8911C-5CC8-A9A3-35B0-554ACEE604DA','https://signup.live.com/signup')
time.sleep(90)
I am trying to bypass funcaptcha throug twocaptcha using python. But could not
here is my code also
solver = CaptchaSolver(CaptchaSolvingService.TWOCAPTCHA, api_key='')
solver.get_balance()
solver = solver.solve_funcaptcha('B7D8911C-5CC8-A9A3-35B0-554ACEE604DA','https://signup.live.com/signup')
time.sleep(90)
答案1
得分: 1
你必须使用网格方法来解决验证码问题,过去几年来,普通的实现方法在Outlook上不起作用。
英文:
You have to use the grid method to solve the captcha, the normal method of implementation does not work for outlook, nor has it for the past couple years.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论