meetup-raffle-winner-picker/README.md
Oliver Davies c188676033 Exclude event hosts
Automatically filter event hosts (i.e. organisers) from the RSVP list so
that they aren't potentially returned as winners.

Fixes #2
2020-04-29 23:54:16 +01:00

546 B

Meetup.com Raffle Winner Picker

A Symfony console application used by the PHP South Wales user group to select raffle prize winners from the attendees for an event.

Usage

Run the app:get-raffle-winner command to retrieve the 'yes' RSVPs from Meetup for an event, and select a winner at random. The only argument is the Meetup event ID, which is required.

./bin/console app:get-raffle-winner <event_id>

RSVPs by event hosts (i.e. organisers) are automatically removed so that they are not returned.