【问题标题】:How to get deathbycaptcha module in my python?如何在我的python中获取deathbycaptcha模块?
【发布时间】:2019-03-12 09:26:00
【问题描述】:

所以我正在废弃网站,我想使用 deathbycaptcha 服务来解决验证码。我不明白如何在我的 python 上安装 deathbycaptcha 模块,以便我可以在我的脚本中导入它。

该网站提供了python下载的说明和包,但我不知道如何安装它。 http://www.deathbycaptcha.com/user/api

非常感谢

【问题讨论】:

    标签: python selenium web-scraping captcha


    【解决方案1】:

    试试pip install deathbycaptcha

    client = deathbycaptcha.SocketClient(username, password)
    

    然后,您可以按照 API 文档中的说明使用它。为我工作。

    从 deadbycaptcha 开始的最简单的解决方案是在您下载了所有 api 代码的目录中开始工作。首先阅读 new_recaptcha_coordinates.py 文件。输入您的用户名和密码并运行它。

    【讨论】:

      猜你喜欢
      • 2021-11-01
      • 2017-11-23
      • 1970-01-01
      • 2010-10-11
      • 1970-01-01
      • 2018-03-31
      • 1970-01-01
      • 2014-02-24
      • 2012-01-12
      相关资源
      最近更新 更多