You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
secret-santa-py/README.md

18 lines
504 B

2 years ago
# secret-santa-py
Script python pour automatiser le secret santa.
#### 1) Remplir le env.py avec les informations du serveur d'envoie de mail.
2 years ago
#### 2) Fournir une liste au format .csv au format nom,adressemail (voir participants.csv)
## UTILISATION:
```bash
python3 secretSanta.py
```
## UTILITAIRE
Dans utils se trouve un script pour envoyer un mail au préalable en cas de courrier détecté comme indésirable.
* note: Doit être lançé avec un fichier participants.csv dans le même dossier.