Comments:"hodgesmr/FindGitHubEmail · GitHub"
URL:https://github.com/hodgesmr/FindGitHubEmail/
FindGitHubEmail
Find the email address of any GitHub user
It's a well-known fact (or at least it should be) that everything you push to a public GitHub repository is public. This includes a lot of information other than just source files. Since both Git and GitHub require you to provide an email address, it should be no surprise that this information is public as well. FindGitHubEmail (catchy title, I know) is a simple script that queries the GitHub API and guesses a given user's email address based on their public activity. The script is a bit of a hack; sorry if your eyes are bleeding.
FindGitHubEmail makes it easy to get in contact with open source developers. Please use it for good, not evil.
Usage
Run this:
git clone https://github.com/hodgesmr/FindGitHubEmail.git ~/FindGitHubEmail bash ~/FindGitHubEmail/findGitHubEmail hodgesmr
If you're not looking for me, replace hodgesmr
with another GitHub user.
The above will return the best guess of the email base on the user's event log.
You can also see all possibilities: findGitHubEmail -a hodgesmr
Or cross-check the discovered emails with the user's Gravatar ID: findGitHubEmail -g hodgesmr
A Matt Hodges project
This project is maintained by @hodgesmr.