Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.89 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.89 KB

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 PyPI version