Skip to content

0x19/disposable

Repository files navigation

License Build Status GoDoc Go 1.5 Ready Go 1.6 Ready Go 1.7 Ready

Disposable

Disposable in short is a robust disposable email (burner emails) API designed to help you verify whenever email address is coming from disposable service.

Disposable utilizes Burner Email Providers list and provides GRPC and REST API layer on top of it.

Disposable is written in Go. It's highly concurrent and very reliable.

Installation

Docker Hub

docker pull 0x19/disposable

Manual

export GRPC_ADDR=":5911"
export HTTP_ADDR=":8015"
# You can use certificates located under /travis/certs if you want to get started fast
export GRPC_CA="...generated CA file..."
export GRPC_KEY="...generated KEY file..."
make install

# You can always do a go run or just use disposable however, if you want to fetch
# latest list of burned email domains you have to update submodules. `make run` is here
# to help you do all of it in one-liner. Use `make run` for development 'make start' for
# production.
make run

About

DEA (disposable email address) JSON / GRPC API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published