Installation:
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()
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 details)
File details
Details for the file antigate-1.1.tar.gz.
File metadata
- Download URL: antigate-1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
049540bcc8e4aeee6f4e450daa2d74eff7be9a8cbb82f64812f2cc780ba69202
|
|
| MD5 |
f3f5f2429a1d0cd8ea990baec4284aec
|
|
| BLAKE2b-256 |
c4eeab62926f76c2b73731ca9f9962bd7ea3348c447c872061fa5f8138bfeff0
|