Ruby script to find anyone's email using their first name, last name, and domain.
More information in my blog post at PatrickPerey.com
I'm looking for a web developer position in San Francisco
Enter target's first name, last name, and possible domain into the terminal
ruby ./find_email.rb first_name last_name domain
Not sure about the domain? Use the --domains
option
ruby ./find_email.rb first_name last_name --domains gmail.com,yahoo.com,live.com
Just want to Confirm a single email? Use the -e
option
ruby ./find_email.rb -e [email protected]
Input
ruby ./find_email.rb kevin rose gmail.com
Output
.......
[email protected]
Name: Kevin Rose
Position: General Partner
Company: Google Ventures
Position: Board Member
Company: Tony Hawk Foundation
Twitter - http://twitter.com/kevinrose
Facebook - http://www.facebook.com/kevinrose
Facebook - http://www.facebook.com/profile.php?id=6162642477
LinkedIn - http://www.linkedin.com/in/kevinrose
About.me - http://about.me/kevinrose
AngelList - http://angel.co/kevin
Delicious - http://delicious.com/kevinrose
Digg - http://digg.com/kevinrose
Flickr - http://www.flickr.com/photos/kevinrose/
Foursquare - http://foursquare.com/kevinrose
FriendFeed - http://friendfeed.com/kevinrose
Google+ - https://plus.google.com/110318982509514011806/posts
Google+ - https://plus.google.com/115676926487344928572/posts
Google Profile - https://profiles.google.com/kevinrose
Gowalla - http://gowalla.com/krose
Quora - http://quora.com/kevin-rose
Vimeo - http://vimeo.com/kevinrose
YouTube - http://youtube.com/kevinrose
- With great power, comes great responsibly
- Wrapper around the undocument Rapportive API.
- Valid results may be hidden due to API's limitations
- The script will print other emails, even the ones you're not looking for.
- Send Bitcoin
18fZ6muNmBrtENMZhnAjUw8eEsytmY8mZJ
- Fork it ( http://github.com/the4dpatrick/find-any-email )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request