Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielbachhuber/wc-attendees-command
- Owner: danielbachhuber
- Created: 2015-10-23T22:24:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T22:59:48.000Z (about 9 years ago)
- Last Synced: 2024-10-09T11:38:56.881Z (30 days ago)
- Language: PHP
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```