This mini PHP application provides simple lottery based on RSVPed members of some Meetup.com event.
Results are saved in session, so no database is required. The app allows export results into CSV file everytime you want.
For run a lottery you need your API Key from https://secure.meetup.com/meetup_api/key/ and ID of event, which you can find in URL of the event.
git clone git@github.com:jakubzapletal/meetup-lottery.git
php composer.phar install
You need to create config.yml
file in app
directory. There is situated example file.
api_key: # your key from https://secure.meetup.com/meetup_api/key/
So now you can run application in browser
http://localhost/path/to/application
Beware, the app stores results only in session, then I recommend export results into CSV file.
Enjoy this application and contribution is welcome.