imagetypersapi.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:Imagetyperz-Python-API-examples 作者: zphanjakidze 项目源码 文件源码
def __init__(self, username, password, timeout = 120, ref_id = 0):
        self._username = username
        self._password = password

        self._ref_id = '{}'.format(ref_id)      # save as str
        self._timeout = timeout
        self._session = session()       # init a new session

        self._normal_captcha = None            # save last solved captcha
        self._recaptcha = None

        self._error = None              # keep track of last error

        self._headers = {               # use this user agent
            'User-Agent' : USER_AGENT
        }

    # solve normal captcha
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号