Simple anti-captcha compatable API (createTask/getTaskResult) to solve the Amazon's text captcha for free
Project description
Description
Simple anti-captcha.com compatable API (createTask/getTaskResult) to solve the Amazon's text captcha for free.
Installation
Use the package manager pip to install amazoncaptcha-api
pip3 install amazoncaptcha-api
or
git clone https://github.com/melehin/amazoncaptcha-api
cd amazoncaptcha-api
pip3 install .
Run
Under flask development server (bind local ip)
python3 -m amazoncaptcha_api
Under supervisor and gunicorn (bind external ip)
Put this snippet to /etc/supervisor/conf.d/amazoncaptcha_api.conf
[program:amazoncaptcha_api]
directory=/tmp/
command=gunicorn amazoncaptcha_api:app -b 0.0.0.0:5000
autostart=true
autorestart=true
stderr_logfile=/var/log/amazoncaptcha_api.err.log
stdout_logfile=/var/log/amazoncaptcha_api.out.log
And run
supervisorctl reload
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file amazoncaptcha_api-0.0.3.tar.gz
.
File metadata
- Download URL: amazoncaptcha_api-0.0.3.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed70cb44f3d72efd2400f513694399b3c48b5629692618a15a73bbe4c255f80e |
|
MD5 | 3d8e7e5b86f8e6f217f042855d5537af |
|
BLAKE2b-256 | 8cb5da80844d865ed3c6d6c8d78576197080c100ad02a8d1cfe82e2f0c1f146e |
File details
Details for the file amazoncaptcha_api-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: amazoncaptcha_api-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcadbcabefe7ce18513e2109211306be369d029c1d615a1fa0bc871e21a3f316 |
|
MD5 | f28a8d17da27718e3b5b95b0ad8bf0d3 |
|
BLAKE2b-256 | 4bad382ee2bf56558a78a1d443c407e636165796d93cf7bc273633aa55f7362b |