Skip to content

lifelink1987/util

Repository files navigation

Life-Link Friendschip-Schools utility belt

bin/dump_contacts

Extract email addresses from the database, split in groups of maximum N (N<400) addresses, into JSON, email or CSV format (for mailchimp)

[
  [{
    "name": "",
    "email": "",
    "country": ""
  }]
, [{...}]
]
name1 <email1>,
name2 <email2>,
...
name1 email1 country1
name3 email2 country2

License

UNLICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published