Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skwzrd/flask-math-captcha
A simple math captcha for Flask and WTForms.
https://github.com/skwzrd/flask-math-captcha
captcha flask math-captcha mathcaptcha python spam-filtering
Last synced: 5 days ago
JSON representation
A simple math captcha for Flask and WTForms.
- Host: GitHub
- URL: https://github.com/skwzrd/flask-math-captcha
- Owner: skwzrd
- Created: 2023-02-07T00:42:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T23:45:19.000Z (about 1 year ago)
- Last Synced: 2024-11-09T08:14:23.443Z (about 2 months ago)
- Topics: captcha, flask, math-captcha, mathcaptcha, python, spam-filtering
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Flask Math Captcha
## Description
This is a simple, lightweight math captcha, effective at filtering most online trawling bots. It is not meant to protect against targeted attacks. For that, you should consider using Google's [reCAPTCHA](https://developers.google.com/recaptcha/), or similar technologies.
## Dependencies
See [requirements.txt](requirements.txt) for Python library requirements.
## Demonstration
Running [example/example.py](example/example.py) will generate a webpage looking something like the following.
![title](./screenshots/first_load.png)