https://github.com/brocaar/meetup-rsvpexport
Export RSVPs for a given Meetup event to CSV
https://github.com/brocaar/meetup-rsvpexport
Last synced: 4 months ago
JSON representation
Export RSVPs for a given Meetup event to CSV
- Host: GitHub
- URL: https://github.com/brocaar/meetup-rsvpexport
- Owner: brocaar
- License: bsd-3-clause
- Created: 2013-06-23T17:19:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T12:12:59.000Z (over 8 years ago)
- Last Synced: 2025-09-24T14:47:55.012Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Meetup RSVP exporter
====================
``meetup-rsvpexport`` is a command-line tool to export RSVPs for a given
Meetup event to CSV format. It exports:
* Attendee name
* Attendee profile bio
* RSVP status (yes/no)
* Number of guests
Why this tool?
--------------
I needed a tool to export RSVPs for my events to print name tags on A4 paper.
Unfortunately Meetup only offers a way to print name tags on Letter sized
format.
How to install
--------------
Make sure you have Go installed and ``$GOPATH`` is set. Then you should
be able to install this tool with::
$ go get github.com/brocaar/meetup-rsvpexport
Usage
-----
Before you are able to use this tool, you need to request API access.
See: http://www.meetup.com/meetup_api/
::
Usage of ./meetup-rsvpexport:
-apikey="": your meetup API key
-eventid="": the event-id of the meetup
Example::
$ meetup-rsvpexport -apikey yourapikey -eventid 12345 > attendees.csv