some updates

This commit is contained in:
Thomas Ruoff
2024-11-19 20:05:49 +01:00
parent 94cd089976
commit 2bf0394eb3
3 changed files with 5 additions and 20 deletions

View File

@@ -21,4 +21,5 @@ es sein, dass für einen Teilnehmer kein _gültigen_ Wichtel mehr gibt. In diese
Fall wirft das Skript einfach einen Fehler. Versucht es einfach noch einmal, bis
ein gültige Ziehung gefunden wurde.
Für mehr Zufall, einfach die list mit
`sort -R people.txt > people-randomized.txt` per Zufall sortieren.

View File

@@ -1,16 +0,0 @@
Jörg joerg.vostinar@gmx.de 1
Stephanie stephanie.vostinar@gmx.de 1
Jonas stephanie.vostinar@gmx.de 1
Noah stephanie.vostinar@gmx.de 1
Kirsten kirstenlang@web.de 2
Mila kirstenlang@web.de 2
Gisela grasklang@gmx.de 3
Herbyie herbyie@web.de 4
Sabine sabine.hennig@t-online.de 5
Claudia claudiavoigt@yahoo.de 6
Marius MariusV@gmx.de 6
Arthur artsen90@gmail.com 7
Alex alex80_leon02@yahoo.de 7
Léon leon2002lang@gmail.com 7
Lia alex80_leon02@yahoo.de 7
Luana alex80_leon02@yahoo.de 7
1 Jörg joerg.vostinar gmx.de 1
2 Stephanie stephanie.vostinar gmx.de 1
3 Jonas stephanie.vostinar gmx.de 1
4 Noah stephanie.vostinar gmx.de 1
5 Kirsten kirstenlang web.de 2
6 Mila kirstenlang web.de 2
7 Gisela grasklang gmx.de 3
8 Herbyie herbyie web.de 4
9 Sabine sabine.hennig t-online.de 5
10 Claudia claudiavoigt yahoo.de 6
11 Marius MariusV gmx.de 6
12 Arthur artsen90 gmail.com 7
13 Alex alex80_leon02 yahoo.de 7
14 Léon leon2002lang gmail.com 7
15 Lia alex80_leon02 yahoo.de 7
16 Luana alex80_leon02 yahoo.de 7

View File

@@ -15,12 +15,12 @@ function mail(email, name, pick) {
{
from: "Wichtelbot <tomru@uber.space>",
to: email,
subject: `Frohe Botschaft vom Weihnachtswichtel...`,
subject: `Dein Wichtel...`,
text: `Hey ${name},
Du darfst dieses Jahr >> ${pick} << beschenken!
ich hab diese Jahr für Dich >> ${pick} << gezogen!
Viele liebe Grüße
Viel Spaß beim Wichteln!
Dein Weihnachtswichtel™
`
},