Socket
Socket
Sign inDemoInstall

amazoncaptcha-api

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    amazoncaptcha-api

Simple anti-captcha compatable API (createTask/getTaskResult) to solve the Amazon's text captcha for free


Maintainers
1

Readme

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc