Find a file
Oliver Davies 3ad31b95b0 Use the event name in the title
Retrieve the event data from Meetup, and build the title from the meetup
name and the event name.
2020-04-29 23:34:50 +01:00
bin Add initial set of files 2020-04-29 20:20:38 +01:00
config Add dependencies 2020-04-29 21:24:19 +01:00
public Add initial set of files 2020-04-29 20:20:38 +01:00
src Use the event name in the title 2020-04-29 23:34:50 +01:00
translations Add dependencies 2020-04-29 21:24:19 +01:00
.env Add initial set of files 2020-04-29 20:20:38 +01:00
.gitignore Add initial set of files 2020-04-29 20:20:38 +01:00
composer.json Cache RSVPs from Meetup per event 2020-04-29 22:25:35 +01:00
composer.lock Cache RSVPs from Meetup per event 2020-04-29 22:25:35 +01:00
README.md Add README.md 2020-04-29 23:01:58 +01:00
symfony.lock Add dependencies 2020-04-29 21:24:19 +01:00

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>

Currently, all 'yes' RSVPs are possible to be returned, including event hosts.