- ./main.py: the main script. run after changing the date info.
- ./retriever.py : main.py assistant
- ./alldata/* : location of data files.
- ./check-{date}.txt : indicate whether the retrieving is ok. contact to "not ok".
- ./secret.txt : Fitbit API
- ./token_info.pkl : Fitbit API
- ./accounts.tsv : user account info for fitbit.com
- ./requirements.txt : module/version info
- ./chromedriver : the web driver engine file. download the latest version of "chrome driver" before run the ./main.py.