gotlium / antigate

Wrapper for online service which provides real-time captcha-to-text decodings. http://anti-captcha.com/
http://antigate.com/
GNU General Public License v3.0
91 stars 21 forks source link

Added support for sending binary CAPTCHA files #5

Closed nibrag closed 10 years ago

nibrag commented 10 years ago
grab = Grab('http://site.ru/captcha.jpg')
resp = grab.request()

ag = AntiGate(api_key, resp.body, binary=True)

Добавил тесты.