Skip to main content

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

MIT

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

amazoncaptcha_api-0.0.3.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

amazoncaptcha_api-0.0.3-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

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