Skip to content

masaguaro/flask-nocaptcha-recaptcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-not-robot-recaptcha

Google new recaptcha , I am not robot. Flask example.

Install requirement package.

pip install -r requirements.txt

Change keys.

Edit app.py line 7,8 to your api key.

# Change to your site key and secret key.
# Check https://www.google.com/recaptcha/intro/index.html
SITE_KEY = '6LfX2v4SAAAAAE22aaDg*********************'
SECRET_KEY = '6LfX2v4SAAAAAHSlw9*********************'

Run

python app.py

About

Google new recaptcha , I am not robot. Flask example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.3%
  • HTML 23.7%