Giter Club home page Giter Club logo

gatherer's Introduction

gatherer logo

Gatherer is a free alternative to Hunter.io. Users can input a domain in our website and we will search our database for all the emails that we've found across the web that match that domain. For example, if a user is looking for the professional emails of GitHub employees, they can input the domain github.com into our service and emails that end in that domain like [email protected] or [email protected] will appear.

How it works

Our service can be broken down into a few main components: web scraping and data cleaning, data storage, and data serving.

Web Scraping and Email Cleaning

We've built a custom scraper built in Python using the Scrapy framework. The scraper starts off with a list of URLs and then continues through every link it finds. It uses a custom algorithm to find all emails in each webpage and uses an external email verifying library to ensure the emails are valid before inputting them into the database.

Data Storage

We store all the emails in MongoDB. This database was used because it's easy to quickly iterate on the schema.

Serving Content

We used AWS Lambda functions written in Node.js to serve content from the database to our web client.

gatherer's People

Contributors

boyesm avatar timmy6figures avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.