All Projects β†’ prabhakar267 β†’ github-email-extractor

prabhakar267 / github-email-extractor

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to github-email-extractor

mjml-starter-kit
MJML starter kit, create responsive emails very quickly using MJML and this productive toolchain
Stars: ✭ 35 (-39.66%)
Mutual labels:  email
NeverBounceAPI-PHP
This package provides convenient methods to integrate the NeverBounce API into your project.
Stars: ✭ 22 (-62.07%)
Mutual labels:  email
mailersend-laravel-driver
The official MailerSend Laravel Driver
Stars: ✭ 14 (-75.86%)
Mutual labels:  email
personal-branding
UHD designs for personal branding - banner, business card, and readme (PDFs and PNGs)
Stars: ✭ 19 (-67.24%)
Mutual labels:  github-profile
bulletproof-email
A Gulp workflow for maintainable email templates
Stars: ✭ 71 (+22.41%)
Mutual labels:  email
twmail
Mail new tasks to your TaskWarrior inbox
Stars: ✭ 16 (-72.41%)
Mutual labels:  email
SimpleKeylogger
Simple Keylogger with smtp to send emails on your account using python works on linux and Windows
Stars: ✭ 32 (-44.83%)
Mutual labels:  email
groupoffice
Group Office groupware and CRM
Stars: ✭ 80 (+37.93%)
Mutual labels:  email
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (-25.86%)
Mutual labels:  email
exim-relay
🐳 A lightweight non-root Docker image for an Exim mail relay, based on Alpine Linux.
Stars: ✭ 13 (-77.59%)
Mutual labels:  email
serverless-forms
NodeJS app to send form submissions by email
Stars: ✭ 22 (-62.07%)
Mutual labels:  email
Ogar3
A better version of Ogar
Stars: ✭ 22 (-62.07%)
Mutual labels:  private
go
Monorepo for small Go modules maintained by Tawesoft
Stars: ✭ 16 (-72.41%)
Mutual labels:  email
jovanzers
Don't just fork, star it! πŸ‘€
Stars: ✭ 13 (-77.59%)
Mutual labels:  github-profile
email
A common API for Vapor to integrate with different email providers
Stars: ✭ 13 (-77.59%)
Mutual labels:  email
tmail
A throwaway smtp server with API
Stars: ✭ 13 (-77.59%)
Mutual labels:  email
himalaya
Command-line interface for email management
Stars: ✭ 1,715 (+2856.9%)
Mutual labels:  email
activism-mailbot
No description or website provided.
Stars: ✭ 49 (-15.52%)
Mutual labels:  email
mailgun-plsql-api
Oracle PL/SQL API for Mailgun
Stars: ✭ 30 (-48.28%)
Mutual labels:  email
CommitCombo
κΉƒν—ˆλΈŒ 컀밋 기둝을 μ•„λ¦„λ‹΅κ²Œ κΎΈλ―ΈλŠ” ν”„λ‘œμ νŠΈ ⭐
Stars: ✭ 31 (-46.55%)
Mutual labels:  github-profile

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].