Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielbachhuber/wc-attendees-command

WP-CLI command to prepare a CSV of all attendees to a given WordCamp
https://github.com/danielbachhuber/wc-attendees-command

Last synced: 19 days ago
JSON representation

WP-CLI command to prepare a CSV of all attendees to a given WordCamp

Awesome Lists containing this project

README

        

# wc-attendees-command

WP-CLI command to prepare a CSV of all attendees to a given WordCamp.

Paranoid? The command uses public data from Gravatar. Try it yourself:

```bash
wp --require=wc-attendees-command.php wc-attendees https://portland.wordcamp.org/2015/attendees/ --format=csv > attendees.csv
```