HealthGraph-API is a Python Client Library for Health Graph API. The API can be used for accessing RunKeeper.com for retrieving, updating, deleting and uploading Fitness Activity and Health Measurements Information.
{{ profile.get('name') }}
{{ profile.get('athlete_type') }}
from
{{ profile.get('location', 'Somewhere') }}
Total Distance
Sport | This Week (km) |
Last Week (km) |
This Month (km) |
Last Month (km) |
Overall (km) |
%for sport, stats in records.items():
---|---|---|---|---|---|
{{ sport }} | {{ stats.get('THIS_WEEK') }} | {{ stats.get('LAST_WEEK') }} | {{ stats.get('THIS_MONTH') }} | {{ stats.get('LAST_MONTH') }} | {{ int(stats.get('OVERALL') / 1000) }} |