An open API service indexing awesome lists of open source software.

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

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
```