Skip to content

latkam/check-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

check-captcha

Free and open source CAPTCHA.

Current state

  • basic interface for requesting CAPTCHAs and verifying responses to them
  • most of the backend and database infrastructure in place
  • partly completed minimal working example with sample data
    • missing server to server authentication
    • missing bigger backend-frontend separation
    • missing automatic frontend generation

Run

Windows

> set FLASK_APP=checkcaptcha
> set FLASK_ENV=development
> flask init-db
> flask run

Linux / Mac

$ export FLASK_APP=checkcaptcha
$ export FLASK_ENV=development
$ flask init-db
$ flask run

Authors

Original prototype made by Matěj Latka, David Mašek, Tomáš Koranda, Kristýna Klesnilová and Karolína Lhotská during HackFit hackaton.

Made with / Thanks to

About

Free and open source CAPTCHA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published