guessmail helps you find possible email addresses of a person.
Usage: guessmail [-e] [-l LANGUAGE] first [middle] last domain
-e, --extended Include less common email combinations
-l, --language LANGUAGE Set language
-h, --help Shows help message
-v, --version Shows version
Let's say you want to find the email address of Bill Gates.
$ guessmail Bill Gates microsoft.com
This will return you a set of possible emails:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected] <-- This is the actual email address
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
You can then use an email verifier service or use other methods to find out which one of these email addresses belong to the person you are searching for.
guessmail can transliterate non-ASCII input since it uses tate under the hood. Try it out!
guessmail Игорь Богданов lex.bg -el bg
guessmail Günter Außem gmx.de --language de
guessmail Yukihiro Matz Matsumoto ruby-lang.org
Yes.
This gem is tested against the following Ruby versions:
- ✅
3.2.2
(stable) - ✅
3.1.4
(stable) - ⏳
3.0.6
(security maintenance) - 🪦
2.7.8
(end of life)
Add this line to your application's Gemfile:
gem 'guessmail'
And then execute:
$ bundle
Or install it yourself as:
$ gem install guessmail
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
- Fork the repository
- 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 a new Pull Request
You can donate me at Liberapay. Thanks! ☕️
Copyright © 2016-2023 Kerem Bozdas
This project is available under the terms of the MIT License.