An open API service indexing awesome lists of open source software.

https://github.com/samedwardes/clean-email-address


https://github.com/samedwardes/clean-email-address

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Clean Email Addresses
Convert the email recipients copy and pasted from email clients into a list of
emails you can copy and paste into any browser.

## Usage

Clean a list of emails:

```bash
$ python main.py "abc@acme.com, Sam Edwardes "
abc@acme.com, sam.edwardes@gmail.com
```

Test the tool:

```bash
$ python main.py test
```