-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
The script currently does not fetch any menstrual data
Describe the solution you'd like
Fetching the menstrual data will help female users track their menstrual health and mood
Additional context
- The developer @arpanghosh8453, being a male, do not have access to this data. But implementing this will require the JSON output from a few endpoints - so that they can be parsed accordingly and populated in the database. If you are a female and have some familiarity in python, willing to help the project (and other female users of this project), please check out the python-garminconnect project and provide results (raw JSON outputs) from the following endpoints :
api.get_menstrual_data_for_date("YYYY-MM-DD")
# and
api.get_menstrual_calendar_data("YYYY-MM-DD", "YYYY-MM-DD") # the two dates should be a week or month apartThank you.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers