Skip to content

Get results from search engines.

License

Notifications You must be signed in to change notification settings

schollz/googleit

Repository files navigation

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