Created
August 14, 2009 00:08
-
-
Save mrbrutti/167535 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'esearchy' | |
ESearchy::LOG.level = ESearchy::APP | |
ESearchy.create "domain.com" do |d| | |
d.yahoo_key = "dsdsdsdsdsdsdsd" | |
d.bing_key = "dsdsdsdsdsdsdsdsd" | |
d.company_name = "Domain Corp" | |
d.linkedin_credentials = "[email protected]", "12345" # or use the constant ESearch::BUGMENOT | |
d.maxhits = 500 | |
d.search | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment