Skip to content

prabhakar267/github-email-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published