{"id":15176407,"url":"https://github.com/bunopnu/captcherl","last_synced_at":"2026-04-02T01:51:50.924Z","repository":{"id":204954813,"uuid":"712999831","full_name":"bunopnu/captcherl","owner":"bunopnu","description":"Erlang library for interacting with various CAPTCHA services","archived":false,"fork":false,"pushed_at":"2023-11-18T15:28:15.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-24T03:04:19.796Z","etag":null,"topics":["erlang","hcaptcha","recaptcha","turnstile"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/captcherl","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bunopnu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-01T16:26:59.000Z","updated_at":"2024-04-24T03:04:19.796Z","dependencies_parsed_at":"2024-09-27T13:04:06.539Z","dependency_job_id":"c1d21e85-a736-4379-9910-c74aa6a5d233","html_url":"https://github.com/bunopnu/captcherl","commit_stats":null,"previous_names":["bunopnu/captcherl"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fcaptcherl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fcaptcherl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fcaptcherl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunopnu%2Fcaptcherl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunopnu","download_url":"https://codeload.github.com/bunopnu/captcherl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119689,"owners_count":20239319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erlang","hcaptcha","recaptcha","turnstile"],"created_at":"2024-09-27T13:04:03.915Z","updated_at":"2025-12-26T04:19:30.639Z","avatar_url":"https://github.com/bunopnu.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CaptchErl\n\nAn Erlang library that simplifies the process of verifying CAPTCHA responses for your web applications by providing easy-to-use functions for interacting with **Cloudflare Turnstile**, **reCAPTCHA** and **hCaptcha**.\n\n[![Test Status](https://github.com/bunopnu/captcherl/actions/workflows/test.yml/badge.svg)](https://github.com/bunopnu/captcherl/actions/workflows/test.yml)\n[![Hex Version](https://img.shields.io/hexpm/v/captcherl.svg)](https://hex.pm/packages/captcherl)\n\n## Installation\n\nPackage can be installed by adding `captcherl` to your list of dependencies:\n\n```erlang\n{deps, [{captcherl, \"0.1.1\"}]}.\n```\n\n## Compatibility\n\nThis library requires Erlang/OTP version 25 or later.\n\n## Development\n\n### Prerequisites\n\n- [rebar3](https://www.rebar3.org): A widely used build tool for Erlang.\n- [efmt](https://github.com/sile/efmt): Code formatter for Erlang.\n\n### Quick Start\n\n```shell\n# Clone project\n$ git clone https://github.com/bunopnu/captcherl.git\n$ cd captcherl\n\n# Build project\n$ make build\n\n# Run formatter\n$ make format\n\n# Run formatting check, dialyzer and xref\n$ make check\n\n# Run tests\n$ make test\n\n# Start an Erlang shell\n$ make start\n1\u003e captcherl:verify(turnstile, {\u003c\u003c\"1x0000000000000000000000000000000AA\"\u003e\u003e, \u003c\u003c\"always true\"\u003e\u003e}).\ntrue\n```\n\n## Documentation\n\nOnline documentation is available at [HexDocs](https://hexdocs.pm/captcherl).\n\nAlternatively, you can generate documentation locally by running the following command:\n\n```shell\n$ make doc\n```\n\n## License\n\nCaptchErl is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunopnu%2Fcaptcherl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunopnu%2Fcaptcherl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunopnu%2Fcaptcherl/lists"}