Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amazoncaptcha-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc