Skip to content

Instantly share code, notes, and snippets.

@mrbrutti
Created August 14, 2009 00:06
Show Gist options
  • Save mrbrutti/167533 to your computer and use it in GitHub Desktop.
Save mrbrutti/167533 to your computer and use it in GitHub Desktop.
ESearchy.create "domain.com" do |d|
d.engines = { "LinkedIn" => LinkedIn.new}
d.company_name "Domain Corp"
d.linkedin_credentials "myuser@linkedin.com", "12345"
d.maxhits = 100
d.search
d.save_to_file "linkedin_emails.txt"</pre>
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment