Ability to book a single court at a given time with gestion-sports

This commit is contained in:
Stanislas Jouffroy 2024-02-11 22:15:23 +01:00
parent 3f18f0f4a2
commit e953a4110b
14 changed files with 489 additions and 66 deletions

View file

@ -17,3 +17,6 @@ GESTION_SPORTS_URL = "https://toulousepadelclub.gestion-sports.com"
USER = os.environ.get("USER")
PASSWORD = os.environ.get("PASSWORD")
CLUB_ID = os.environ.get("CLUB_ID")
COURT_ID = os.environ.get("COURT_ID")
SPORT_ID = os.environ.get("SPORT_ID")
DATE_TIME = os.environ.get("DATE_TIME")