forked from tsc-vfl/hugo-page
Create script to read competition data
This commit is contained in:
parent
c2a8c2df87
commit
52d25a2ddd
@ -0,0 +1,13 @@
|
||||
---
|
||||
dateCompetition: 2024-02-17
|
||||
partner: "Kohler, Jürgen"
|
||||
partnerin: "Kohler, Petra"
|
||||
verein: "Stadthalle Holzgerlingen"
|
||||
ort: "Holzgerlingen"
|
||||
telefon: "0162 8202156"
|
||||
gruppe: "Mas III"
|
||||
klasse: "D"
|
||||
sektion: "Lat"
|
||||
titel: "Landesmeisterschaft TBW Latein der Mas I-III D-S"
|
||||
nummer: 114728
|
||||
---
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
dateCompetition: 2024-03-10
|
||||
partner: "Kohler, Jürgen"
|
||||
partnerin: "Kohler, Petra"
|
||||
verein: "Tanzsportcentrum TC Schwarz-Weiß Reutlingen"
|
||||
ort: "Reutlingen"
|
||||
telefon: "01573 7983357"
|
||||
gruppe: "Mas III"
|
||||
klasse: "B"
|
||||
sektion: "Std"
|
||||
titel: "NeckarAlbTanzFestival - Reutlingen"
|
||||
nummer: 115218
|
||||
---
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
dateCompetition: 2024-03-17
|
||||
partner: "Westerhoff, Frank"
|
||||
partnerin: "Westerhoff, Anja Dr."
|
||||
verein: "Tanzsportzentrum Disam"
|
||||
ort: "Mutlangen"
|
||||
telefon: "015759077848"
|
||||
gruppe: "Mas III"
|
||||
klasse: "S"
|
||||
sektion: "Std"
|
||||
titel: "Frühlingspokal 2024"
|
||||
nummer: 113338
|
||||
---
|
@ -1,3 +1,6 @@
|
||||
# import sys
|
||||
# print(sys.path)
|
||||
|
||||
import competitionNotificationReader
|
||||
|
||||
competitionNotificationReader.main()
|
||||
|
5
scripts/read-competition-notification/run.sh
Executable file
5
scripts/read-competition-notification/run.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
|
||||
|
||||
python -m competitionNotificationReader "$@"
|
Loading…
Reference in New Issue
Block a user