A way to keep my(your)self accountable.
- Python >=3.6
- python-myfitnesspal
- garminexport
- Internet connectivity
These services require authentication to be functional.
After installing the project dependencies, run the following command to store your password in your system keyring:
$ myfitnesspal store-password <your MFP email>
You need three pieces of information to get the Garmin connectivity to work, and this will hopefully be reduced in the future:
- Username
- Password
- User Token
Create goalposts/config.py
and replace it with your information.
MFP_USER = ''
GARMIN_USER = ''
GARMIN_PASS = r''
GARMIN_TOKEN = ''
REPORT_DIR = 'reports'
Also updated goalposts/constants.py
with your target weight, current weight, and so on.