schollz / googleit

Get results from search engines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

googleit

Build Status Go Doc

Install

go get github.com/schollz/googleit

Usage

urls, _ := googleit.Search("cats wiki")
fmt.Println(urls[0])
// https://en.wikipedia.org/wiki/Cat

Contributing

Pull requests are welcome. Feel free to...

  • Revise documentation
  • Add new features
  • Fix bugs
  • Suggest improvements

License

MIT

About

Get results from search engines.

License:MIT License


Languages

Language:Go 100.0%