{ "info": { "author": "Jakub Wasielak", "author_email": "kuba.wasielak@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=========\r\nNoCaptcha\r\n=========\r\n\r\nNo bots with no captcha. Easy and fast way to secure your django forms with no using of damned, hated by everyone captcha.\r\n\r\nINITIAL ACCTIONS\r\n================\r\n\r\nInclude nocaptcha in your settings' installed apps\r\n\r\nINSTALLED_APPS = (\r\n\t...\r\n\t'nocaptcha',\r\n\t...\r\n\t)\r\n\r\nTYPICAL USAGE\r\n=============\r\n\r\nInclude nocaptcha in your form. Add secret password, that would be used in md5 hash and min_time value - the shortest time, that could be possible to fill your form.\r\n\r\nfrom nocaptcha.forms import NoCaptchaForm\r\n\r\nclass ContactForm(NoCaptchaForm, forms.Form):\r\n secret_password = \"NoCaptcha rocks!\"\r\n min_time = 5\r\n name = forms.CharField(label=\"Name\")\r\n message = forms.CharField(label=\"Message\", widget=forms.Textarea)\r\n\r\n\r\nBENEFITS\r\n========\r\n\r\nFrom now on all the fieldnames in your form will be encoded into a md5(timestamp + fieldname + secret_password).\r\nThe timestamp field will be created with the timestamp of the page initial get. If the form will be posted in less then min_time, the error will be raised.\r\nThere will be added a few honeypots with tempting names like \"name\" or \"password\" hidden with \"display: none\" style. If any of them will be filled, the error will be raised. The honeypots are taken as sample from list of honeypots and their order is shuffled.\r\n\r\nWith these changes, the chance that any bot would automatically pass through your form is minimaised to zero. So stop using tha damn, hated by everyone captcha. Use nocaptcha.\r\n\r\nREQUIREMENTS\r\n============\r\n\r\nDjango >= 1.1.1", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Gandi24/nocaptcha/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Gandi24/nocaptcha.git", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "nocaptcha", "package_url": "https://pypi.org/project/nocaptcha/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nocaptcha/", "project_urls": { "Download": "https://github.com/Gandi24/nocaptcha/tarball/0.1", "Homepage": "https://github.com/Gandi24/nocaptcha.git" }, "release_url": "https://pypi.org/project/nocaptcha/0.3/", "requires_dist": null, "requires_python": null, "summary": "No bots with no captcha in Django forms.", "version": "0.3" }, "last_serial": 815500, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f45f0e57ec114f2567c393e627b258ee", "sha256": "d4c25e88b82152a2b628e84533c757b4360c8358a38c6a775d257f847ab531ba" }, "downloads": -1, "filename": "nocaptcha-0.1.tar.gz", "has_sig": false, "md5_digest": "f45f0e57ec114f2567c393e627b258ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1637, "upload_time": "2013-07-14T16:54:17", "url": "https://files.pythonhosted.org/packages/2b/54/d1ef8e55836d568b331de946f586d9c3d3ca98063529d6718231cd97151c/nocaptcha-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "754f222441177e83e2109e6bf5c38bc5", "sha256": "5be477ea174c969be54df463b10851bad2fdedffbf2dbd25734a0acac840c047" }, "downloads": -1, "filename": "nocaptcha-0.2.tar.gz", "has_sig": false, "md5_digest": "754f222441177e83e2109e6bf5c38bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1703, "upload_time": "2013-07-14T17:03:27", "url": "https://files.pythonhosted.org/packages/35/6c/ad69030a794090e0a69384f09e3d5766d17e58c7b7aea405b46651c28598/nocaptcha-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "c5feff946393c44b6913ae4372f98649", "sha256": "c434a89c7e63e884a9b6ca04a6287aca8abd0482eea2ab5b49cc54ef4e607cdc" }, "downloads": -1, "filename": "nocaptcha-0.3.tar.gz", "has_sig": false, "md5_digest": "c5feff946393c44b6913ae4372f98649", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2333, "upload_time": "2013-07-14T17:20:25", "url": "https://files.pythonhosted.org/packages/a1/b0/e5b3b8eb1b803b762d43ca79dc107463e319759cd303e7b2eb4dda826eec/nocaptcha-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5feff946393c44b6913ae4372f98649", "sha256": "c434a89c7e63e884a9b6ca04a6287aca8abd0482eea2ab5b49cc54ef4e607cdc" }, "downloads": -1, "filename": "nocaptcha-0.3.tar.gz", "has_sig": false, "md5_digest": "c5feff946393c44b6913ae4372f98649", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2333, "upload_time": "2013-07-14T17:20:25", "url": "https://files.pythonhosted.org/packages/a1/b0/e5b3b8eb1b803b762d43ca79dc107463e319759cd303e7b2eb4dda826eec/nocaptcha-0.3.tar.gz" } ] }