danott / weight

Get weight data out of FitBit, and into a Google Sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weight

Motivation: I lost 60 pounds and realized two important things about eating with Google Docs

This is a little Rake task to get weight data out of Fitbit, and into a Google sheet for charting in the way described in the source article.

Setup

  1. Copy this template Google sheet with the name "Average Weight #{YEAR}"
  2. Create an app at https://dev.fitbit.com.
  3. For the Callback URL, use https://danott.co/weight/callback.html (Hosted by GitHub Pages)
  4. Store the client id and client secret into a file named .env (See .env.sample)
  5. bundle install
  6. rake

Other Usage

rake -T

About

Get weight data out of FitBit, and into a Google Sheet


Languages

Language:Ruby 100.0%