#Pickme
A quick PHP Script to randomly select a member from a MeetUp Event using the RSVP list via the MeetUp API.
My original version was designed to run from the command like but I got a couple request to move my Gist post to a Github Repo to allow more people to contribute and extend it.
So here it is, feel free to add any improvement or bells and whistles you would like to it.
Thanks to @johncongdon for "making it work" and @piontkowski for putting it on the web.
Clone this repo
Run composer install
Rename config-sample.php
to config.php
Add your Meetup API key to config.php
Add members who you don't want to be part of the drawing to the excluded_member_ids array in config.php
Modify the script pickme-cli.php
and add your Event Id.
Run script php pickme-cli.php
Point your web server of choice at the public_html folder.
Enjoy!!