Find interesting email addresses in your MailChimp lists.
What this script does:
- Fetches the list of email addresses
- Builds a list of domains
- Omits email addresses with common domain names over the set threshold (default 2)
- Leaves you with a list of interesting email addresses, having filtered out common ones such as gmail, hotmail, etc.
Useful for finding important people who might have signed up to your newsletter or service, who would otherwise go missed.
- Clone this repo and
cd
to it npm install
oryarn
- Rename
.env.example
to.env
and fill out the environment variables npm start
oryarn start
- That's it.
list.csv
should have been written to in the same directory as the script.