From 371ea1310b741db972f7d0154ff07b1ddb30671b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 29 Apr 2020 23:01:58 +0100 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4ebf23 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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 + +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 + +Currently, all 'yes' RSVPs are possible to be returned, including event hosts.