Frank Researcher

Ruby Client for Google Custom Search

Installation

gem install frank_researcher

Configuration

  1. Get Google Custom Search api key
  2. Get Custom search engine ID in yout Control Panel
FrankResearcher.configure do |config|
  config.google_api_key = ENV['frank_google_api']
  config.google_cx = ENV['frank_google_cx']
end```

## Usage

```ruby
FrankResearcher.search('Ruby on rails')

The search is executed on the websites you have specified in the Custom Search settings