scripts for parsing the csv exported from fitbit.com, storing data in a mysql/mariadb database, and doing stuff with it
- Create the database and configure it so it can be connected to
- Edit the config.yml file with the relevant information
- run fbprocess.py like: ./fbprocess -c config.yml Note: command line arguments will override what is in the config file.