{"id":16149887,"url":"https://github.com/aeyoll/django-powcaptcha","last_synced_at":"2026-02-02T16:09:29.067Z","repository":{"id":211902233,"uuid":"730227549","full_name":"aeyoll/django-powcaptcha","owner":"aeyoll","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-11T12:20:48.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T15:54:24.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aeyoll.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2023-12-11T13:26:16.000Z","updated_at":"2024-07-11T12:20:53.000Z","dependencies_parsed_at":"2024-07-11T14:08:02.873Z","dependency_job_id":null,"html_url":"https://github.com/aeyoll/django-powcaptcha","commit_stats":null,"previous_names":["aeyoll/django-powcaptcha"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aeyoll/django-powcaptcha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeyoll%2Fdjango-powcaptcha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeyoll%2Fdjango-powcaptcha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeyoll%2Fdjango-powcaptcha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeyoll%2Fdjango-powcaptcha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeyoll","download_url":"https://codeload.github.com/aeyoll/django-powcaptcha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeyoll%2Fdjango-powcaptcha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T14:58:54.169Z","status":"ssl_error","status_checked_at":"2026-02-02T14:58:51.285Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T00:45:44.074Z","updated_at":"2026-02-02T16:09:29.051Z","avatar_url":"https://github.com/aeyoll.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django PowCaptcha\n\nDjango PowCaptcha form field/widget integration app.\n\n## Installation\n\n1. Install with `pip install django-powcaptcha`.\n\n2. Add `'django_powcaptcha'` to your `INSTALLED_APPS` setting.\n\n```python\nINSTALLED_APPS = [\n    ...,\n    'django_powcaptcha',\n    ...\n]\n```\n\n3. Add settings.\n\nFor example:\n\n```python\nPOWCAPTCHA_API_URL = 'https://captcha.yourdomain.com'\nPOWCAPTCHA_API_TOKEN = 'MyPOWCAPTCHAPrivateKey456'\n```\n\n## Usage\n\n### Form\n\nThe quickest way to add PowCaptcha to a form is to use the included\n`PowCaptchaForm` class. For example:\n\n```python\nfrom django_powcaptcha.forms import PowCaptchaForm\n\nclass FormWithCaptcha(PowCaptchaForm):\n    ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeyoll%2Fdjango-powcaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeyoll%2Fdjango-powcaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeyoll%2Fdjango-powcaptcha/lists"}