Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/gocaptcha
golang captcha
https://github.com/ali322/gocaptcha
Last synced: 10 days ago
JSON representation
golang captcha
- Host: GitHub
- URL: https://github.com/ali322/gocaptcha
- Owner: ali322
- License: mit
- Created: 2014-05-21T07:18:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T07:27:14.000Z (over 10 years ago)
- Last Synced: 2024-10-11T09:14:45.565Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
***
View in [[English](README-en.md)][[中文](README.md)]
***
# gocaptcha
Captcha server writen in golang[![Build Status](https://travis-ci.org/hanguofeng/gocaptcha.png?branch=master)](https://travis-ci.org/hanguofeng/gocaptcha)
Feature
-------
* supports captcha char in Chinese
* supports self-define word/char dictionary
* supports filter plugin
* filters:
* noise point
* noise line
* other type of noise
* pluginUseage
------
**Install**go get github.com/ali322/gocaptcha
**Quick Start**
See [captcha_test.go](captcha_test.go)
**Document**
[[captcha.go Wiki](https://github.com/ali322/gocaptcha/wiki)]
TODO
----
* support deployment in stand-alone or cluster
* ops toolsLICENCE
-------
gocaptcha use [[MIT LICENSE](LICENSE)]