GithubHelp home page GithubHelp logo

fbxcelsior / emailpie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sirwlm/emailpie

0.0 1.0 0.0 163 KB

Crazy simple API for checking the validity of an email address.

License: BSD 3-Clause "New" or "Revised" License

Python 23.64% CSS 70.89% HTML 5.48%

emailpie's Introduction

A simple email validation API.

Give us an email and we make sure its legit. If not, you'll find out why.

Features

  • Uses gevent for fastness.
  • Normal regex based check.
  • Ensures DNS records exist for the mail exchange.
  • Suggest fixes to common misspellings. [email protected] -> did you mean lulz@gmail.com.
  • Throttled requests by IP (redis based).
  • TODO: Fix timeout failure...

Install/Usage

Make sure redis is installed and running on the standard ports!

  1. git clone [email protected]:bryanhelmig/emailpie.git
  2. cd emailpie
  3. mkvirtualenv emailpie
  4. pip install -r requirements
  5. python rundev.py
  6. Visit http://localhost:5000/v1/[email protected]

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.