Skip to content

takumimas/reCAPTCHA-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reCAPTCHA-Library

This is a reCAPTCHA-Library for Python3.

Can check reCAPTCHA token.

How to use

*This libraly uses urllib.request

1.Download recaptcha.py

2.import your Python source

from recaptcha import recaptcha

3.Call function and add key and token.

answer = recaptcha("your secret key","token")

4.Library return True or False.

If it is not robot,return True.

If it is robot,return False.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages