meetup-raffle-winner-picker/README.md

12 lines
540 B
Markdown
Raw Permalink Normal View History

2020-04-29 23:01:58 +01:00
# Meetup.com Raffle Winner Picker
A Symfony console application used by the [PHP South Wales user group](https://www.phpsouthwales.uk) to select raffle prize winners from the attendees for an event.
## Usage
2020-06-29 21:18:20 +01:00
Run the `meetup:pick-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.
2020-04-29 23:01:58 +01:00
2022-04-06 22:15:40 +01:00
./run console meetup:pick-winner <event_id>
2020-04-29 23:01:58 +01:00
RSVPs by event hosts (i.e. organisers) are automatically removed so that they are not returned.