Skip to main content

Easy wrapper for antigate.com

Project description

Installation:

  1. Package:

$ git clone https://github.com/gotlium/antigate.git

$ cd antigate && sudo python setup.py install

OR

$  sudo pip install antigate

Usage:

>>> from antigate import AntiGate
>>> print AntiGate('API-KEY','captcha.jpg')

if you want send abuse to do not matching result, use abuse method. Example:

>>> from antigate import AntiGate
>>> gate = AntiGate('API-KEY','captcha.jpg')
>>> print code
>>> if str(code) != 'qwerty':
>>>     gate.abuse()

After all manipulations, you can get your balance:

>>> print gate.balance()

Or full statistic:

>>> print gate.stats()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

antigate-1.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page