https://github.com/samedwardes/clean-email-address
https://github.com/samedwardes/clean-email-address
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samedwardes/clean-email-address
- Owner: SamEdwardes
- Created: 2022-11-17T22:52:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T22:52:07.000Z (over 3 years ago)
- Last Synced: 2025-02-12T17:50:01.325Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```