项目作者: tiancheng91
项目描述 :
google cse sdk
高级语言: Go
项目地址: git://github.com/tiancheng91/google-cse.git
google cse for golang
cse.google.com api for golang
google 自定义搜索
Example
package main
import cse "github.com/tiancheng91/google-cse"
func main() {
agent := cse.New("008063188944472181627:xqha3yefaee", "zh_CN")
# 参数: 查询词, 页数, 页大小
result = agent.Search("123456", 1, 20)
}