Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>Ahoy, friend!</Say>
</Response>
@gavf2
gavf2 / secretsanta.py
Created December 10, 2019 09:09
Secret Santa script
#!python3
import random
import boto3
import copy
import csv
SENDER = "santa@company.com"
AWS_REGION = "eu-west-1"
CHARSET = "UTF-8"