captcha-2captcha: A package for integrating a variety of captcha solving services.

[ library, mit, network ] [ Propose Tags ]

A package for integrating a variety of captcha solving services.

Feature list:

  • Makes use of the lens package

  • Mtl-style typeclass, allowing you to use your own monad transformer stack

  • No exceptions are thrown. Errors are shown explicitly through its type signature

  • Minimal test suite provided for each captcha type

  • Captcha services are separated into different packages. Use what you need!


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies aeson (>=1.5.6 && <1.6), base (>=4.7 && <5), bytestring (>=0.10.12.0 && <0.11), captcha-core (>=0.1 && <0.2), errors (>=2.3.0 && <2.4), extra (>=1.7.9 && <1.8), http-client (>=0.6.4.1 && <0.8), lens (>=4.19.2 && <5.1), lens-aeson (>=1.1.3 && <1.2), mtl (>=2.2.2 && <2.3), o-clock (>=1.2.1 && <1.3), string-conversions (>=0.4.0.1 && <0.5), string-interpolate (>=0.3.1.1 && <0.4), text (>=1.2.4.1 && <1.3), unliftio (>=0.2.20 && <0.3), wreq (>=0.5.3.3 && <0.6) [details]
License MIT
Copyright 2021 qwbarch
Author qwbarch
Maintainer qwbarch@gmail.com
Revised Revision 1 made by qwbarch at 2022-09-24T05:51:01Z
Category Network
Home page https://github.com/qwbarch/captcha-haskell#readme
Bug tracker https://github.com/qwbarch/captcha-haskell/issues
Source repo head: git clone https://github.com/qwbarch/captcha-haskell
Uploaded by qwbarch at 2022-01-07T03:46:07Z
Distributions
Downloads 116 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
All reported builds failed as of 2022-01-07 [all 1 reports]

Readme for captcha-2captcha-0.1.0.0

[back to package description]

captcha-haskell

Hackage

This repository is split into multiple packages:

Visit the microsite for more information.