Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opdavies/meetup-raffle-winner-picker
https://github.com/opdavies/meetup-raffle-winner-picker
php symfony
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opdavies/meetup-raffle-winner-picker
- Owner: opdavies
- License: mit
- Created: 2020-04-29T20:21:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T14:09:51.000Z (about 2 years ago)
- Last Synced: 2024-10-11T12:13:51.797Z (about 1 month ago)
- Topics: php, symfony
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 `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.
./run console meetup:pick-winner
RSVPs by event hosts (i.e. organisers) are automatically removed so that they are not returned.