[group-organizers] meetup.com rsvp raffle script
Travis Swicegood
travis at domain51.com
Sat Apr 7 17:48:28 CEST 2012
The local Rails group put together a simple web app for their give aways. Might be a source of inspiration if anyone is interested.
https://github.com/austinonrails/rafflr
-T
--
Travis Swicegood | @tswicegood (most everywhere) | 512.693.7051
Sent from my iPad
On Apr 7, 2012, at 10:20 AM, Ned Batchelder <ned at nedbatchelder.com> wrote:
> This is a clever idea. I find my attendance doesn't nicely match my RSVPs, both in people who attend but don't RSVP, and vice-versa. Maybe this would help make them match? :)
>
> I bought a roll of raffle tickets at Staples, and I choose someone to hand them out as people show up. That forces at least some people to talk to each other! Then I use random.randint() to pick one of the ticket numbers.
>
> --Ned.
>
> On 4/6/2012 3:24 PM, Andrew Schoen wrote:
>> Hey all,
>>
>> We started raffling off books at our presentation meetings so I put
>> together a simple little script that pulls a list of RSVPs from
>> meetup.comand randomly picks a person to win. It just prints their
>> name to terminal
>> and then opens up their meetup.com avatar in a browser. Kinda a cool
>> little way to raffle prizes and drive RSVPs.
>>
>> I think the meetup.com api wrapper we're using is specific to PythonKC, but
>> it should be easy to change to your own account.
>>
>> Just thought I'd share, hope it's useful.
>>
>> https://github.com/pythonkc/pythonkc-raffler
>> https://github.com/pythonkc/pythonkc-meetups
>>
>> Andrew Schoen
>> @andrewschoen
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:<http://mail.python.org/mailman/private/group-organizers/attachments/20120406/c728dd3d/attachment.html>
>> _______________________________________________
>> Group-Organizers mailing list
>> Group-Organizers at python.org
>> http://mail.python.org/mailman/listinfo/group-organizers
>>
> _______________________________________________
> Group-Organizers mailing list
> Group-Organizers at python.org
> http://mail.python.org/mailman/listinfo/group-organizers
More information about the Group-Organizers
mailing list