Retrieve a GitHub user's email even if it's not public. Pulls info from Github user, NPM, activity commits, owned repo commit activity.
npm install --global github-email
github-email ghusername
If the GH_EMAIL_TOKEN
environment variable is not set, the script will ask
the user to generate a personal access token for authentication. To do this:
export GH_EMAIL_TOKEN=<token>