/googleit

Get results from search engines.

Primary LanguageGoMIT LicenseMIT

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