Code Monkey home page Code Monkey logo

email-finder's Introduction

Email Finder

Email Finder Screenshot

Easily find any email address for free!

This project will enable you to look up the actual email address of any person. All you need is their name and website domain.

You can use this to find emails for free, or use it as the base to create your own email finding app.

Demo: https://email-finder.herokuapp.com/

Deploy

Vote on PH

How it works

At a high level, it basically it takes the name / domain and tries various combinations to find the correct format. For every email combination it attempts to "send an email". As in it waits for a connection to be made, then if successful (the email exists), it then cuts the connection before any data is sent.

So the great thing is that this method is extremely accurate to find the real email, but the catch is that you are technically trying to send a real email. That means that after a large number of attempts, the email providers will usually blacklist your IP address.

The best way to get around this is to use a hosting service (like Heroku) where you can easily change your IP address. That's why the project has been setup to easily deploy to your own Heroku instance.

Getting Started

  • Fork or clone the project.
  • Install the dependencies

npm install

  • Start the app

npm start

email-finder's People

Contributors

mfrye avatar

Watchers

James Cloos avatar Mark Valles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.