github-email-extractor

Chrome extension to fetch the email ID of a user even if they haven't made it public on their GitHub profile

MIT License

Stars
62

GitHub Email Extractor

Browser extension to display email ID of any GitHub user (even if it isn't public on their GitHub profile by getting information from GitHub user's commits, owned repository commit activity)

Before After
GitHub Email Extractor GitHub Email Extractor

Manual installation

Due to a takedown from the Chrome Store you can only install this extension manually.

  • Clone the repo somewhere: git clone https://github.com/prabhakar267/github-email-extractor.git
  • Open: chrome://extensions
  • (Activate developer mode in top right corner, if turned off)
  • Click Load unpacked button in top left corner
  • Select the src directory of this repo (which you cloned to your local system in step 1)

How it works

  • Makes an API call to github-email-extractor server with the GitHub username.
  • Server checks if there's an email ID for given username, else it parses all the GitHub acitvity for the user to get the email address.

Contribute

Other Useful GitHub Extensions

Python Package

GitHub Email Extractor can be used as a Python library github_email

Badges
Extracted from project README
PyPI version
Related Projects