1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
garminspo2applehealth/auth.py.example
2022-01-24 11:32:40 +01:00

7 lines
159 B
Plaintext

# Your Garmin Connect credentials
USERNAME = "changeme@changeme.com"
PASSWORD = "changeme"
# Number of days to fetch (default: last 3 days)
DAYS_TO_FETCH = 3