{"id":13411562,"url":"https://github.com/daxslab/web2py-no-captcha-security","last_synced_at":"2025-03-26T17:29:35.788Z","repository":{"id":70779682,"uuid":"69476926","full_name":"daxslab/web2py-no-captcha-security","owner":"daxslab","description":"No Captcha Security, plugin for the web2py framework to enable bot protection using no-captcha techniques","archived":false,"fork":false,"pushed_at":"2016-09-28T15:47:05.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:48:01.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/daxslab.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}},"created_at":"2016-09-28T15:25:19.000Z","updated_at":"2020-01-09T07:36:44.000Z","dependencies_parsed_at":"2023-04-09T04:33:27.512Z","dependency_job_id":null,"html_url":"https://github.com/daxslab/web2py-no-captcha-security","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-no-captcha-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-no-captcha-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-no-captcha-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxslab%2Fweb2py-no-captcha-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daxslab","download_url":"https://codeload.github.com/daxslab/web2py-no-captcha-security/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245701911,"owners_count":20658507,"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":[],"created_at":"2024-07-30T20:01:14.549Z","updated_at":"2025-03-26T17:29:35.766Z","avatar_url":"https://github.com/daxslab.png","language":"Python","funding_links":[],"categories":["Web Development"],"sub_categories":["Python"],"readme":"web2py-thumbnails\n=================\n\nNo Captcha Security, plugin for the web2py framework to enable bot protection using no-captcha techniques.\n\nIncludes a Honeypot implementation and a js generated checkbox\n\n\nInstallation\n============\n\n- Download The plugin installer (.w2p file) and install it via the web2py interface.\n\nUsage\n=====\n\nThe usage is similar to the [Recaptcha functionality](http://web2py.com/books/default/chapter/29/09/access-control#CAPTCHA-and-reCAPTCHA) included in the framework \n\n```python\n# coding: utf8\n\n# Honeypot\n# ========\n\n# import Honeypot\nfrom plugin_ncs.ncs import Honeypot\n\n# include in form\nform.append(Honeypot())\n# it can also be inserted in a any SQLFORM by injection:\n# form.element('form').insert(-1, Honeypot())\n\n# JsCheckbox\n# ==========\n\n# import JsCheckbox\nfrom plugin_ncs.ncs import JsCheckbox\n\n# include in form\nform.append(Honeypot())\n# it can also be inserted in a any SQLFORM by injection:\n# form.element('form').insert(-1, Honeypot())\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxslab%2Fweb2py-no-captcha-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaxslab%2Fweb2py-no-captcha-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxslab%2Fweb2py-no-captcha-security/lists"}