Welcome to the Courier Raffle at PyCon 2023.
Submissions to the raffle will close on Saturday, April 22 at 2pm. A Python script will selects a random winner and notifies them that they have won! The Steamdeck can be redeemed at booth #362 at 3pm.
That’s it! You’re now entered into the raffle 🎉
If you forget to send the email to prizes@courier.com during onboarding, you can do it anytime afterwards up until the deadline (3pm on 4/22/23) using the code below:
1# Install Courier SDK: pip install trycourier2from trycourier import Courier34client = Courier(auth_token="YOUR_AUTH_TOKEN")56resp = client.send_message(7message={8"to": {9"email": "prizes@courier.com"10},11"content": {12"title": "Welcome to Courier!",13"body": "Want to hear a joke? {{joke}}"14},15"data":{16"joke": "Why does Python live on land? Because it is above C level"17}18}19)
Send up to 10,000 notifications every month, for free.
Get started for free
© 2023 Courier. All rights reserved.