Using a Raspberry Pi running raspbmc to sync Fitbit One with galileo (fitbit linux sync)
(it should work with any other Debian-based Raspberry Pi distribution and all newer Fitbit devices that use BLE)
You can then use cron or a simple shell script to periodically run galileo.
sudo -i
apt-get update
apt-get install python-pip
pip install galileo
galileo
You can then use cron or a simple shell script to periodically run galileo.