https://github.com/reo7sp/recaptcha-demo
Used to get 'g-recaptcha-response' key
https://github.com/reo7sp/recaptcha-demo
Last synced: 29 days ago
JSON representation
Used to get 'g-recaptcha-response' key
- Host: GitHub
- URL: https://github.com/reo7sp/recaptcha-demo
- Owner: reo7sp
- Created: 2019-03-14T15:39:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T16:56:51.000Z (about 7 years ago)
- Last Synced: 2025-10-28T23:49:15.765Z (5 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recaptcha-demo
Used to get 'g-recaptcha-response' key
## Run
```sh
pip3 install -r requirements.txt
FLASK_APP=app.py flask run
```