Skip to content
/ meiru Public

a simple program to collect and dump email addresses

Notifications You must be signed in to change notification settings

tauon/meiru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meiru

About

Meiru (mail) is a simple program to collect and dump email addresses.

Requirements

  • PostgreSQL >= 9.1
  • For TLS, a valid cert (key.pem) and private key (key.pem) are necessary.

openssl req -nodes -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 7200


## Usage
```shell
$ make
$ ./meiru --help

Example

$ make
$ ./meiru -l
$ curl -X POST http://127.0.0.1:10025 -d "email=hi@hi.com"
$ ./meiru
hi@hi.com

Testing

A database named "meiru_test" will be created for testing.

$ make test

License

GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

About

a simple program to collect and dump email addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages