antonyho / go-deathbycaptcha

A Death by Captcha implementation for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-deathbycaptcha

A Death by Captcha implementation for Go (http://www.deathbycaptcha.com/)

This is a library implemented with Web API of Death By Captcha service.

Install: go get github.com/antonyho/go-deathbycaptcha

Usage: dbc := deathbycaptcha.New() solvedCaptcha, err := dbc.Solve("", "", "/abs/path/to/imagefile")

About

A Death by Captcha implementation for Go

License:MIT License


Languages

Language:Go 100.0%